In this article you will learn how to create an ASP.NET MVC Website in Azure App Service.
Step 1: Open an Azure Free account. Step 2: Open Visual Studio 2013. Step 3: Create a new Web Application either C# or VB.NET. Step 4: Now a template dialog box will be visible, choose MVC and then select Change Authentication option. After selecting the Authentication option another dialog will appear. Select No Authentication option and click OK. Now leave the Microsoft Azure option as unchanged. Step 5: A Login Dialog box will appear if we not login into the Azure Subscription Step 6: After you login to the Account, Configure Microsoft Azure Web App Settings dialog box will appear: Step 7: Do the following as shown in the preceding diagram:
Step 8: Right click the Application and select Publish... option. Step 9: Publish Web wizard Dialog box will appear, Select Your Profile. In Connection, Visual Studio will provide all the Settings automatically. In Settings tab you can change the setting according to the remote connection. On Preview tab, click Publish. You web page will display. Step 10: Now open Views/Home/Index.cshtml, change the site as u need like the following. Step 11: Save the changes and again select public by right clicking the Project as in the following screenshot:
Azure DevOps - Complete CI-CD Pipeline