Rumfa Old Boys Association Class of 89
o deploy an ASP.NET Core MVC app on Azure, follow these steps:
In Visual Studio, right-click on your project and select “Publish.”
Choose “Azure” as the target and click “Next.”
Select either “Azure App Service (Linux)” or “Azure App Service (Windows)” based on your requirements, then click “Next.”
Sign in to your Azure account if prompted, or select your account if already signed in.
Click on the “+” icon next to App Service instances to create a new instance.
Choose your subscription and create a new resource group (e.g., “myResourceGroup”).
Create a new hosting plan and set the necessary values (e.g., name, location, size).
Enter a unique app name that will be part of the app’s URL.
Click “Create” to provision the Azure resources.
After the resources are created, ensure your new App Service app is selected, then click “Finish” and “Close.”
Finally, click “Publish” to deploy your app to Azure.
Once the process is complete, your ASP.NET Core MVC app will be live on Azure.