Deploying A Basic .NET MVC Web App To Azure App Service
Deployed a basic .NET MVC Web Application to Azure App Service using Visual Studio Code. Configured Azure resources, handled 403 Forbidden errors & scaled the app in the Azure portal.
Introduction In this blog post, I will walk through the steps involved in deploying a basic web app on Azure App Service. The process includes setting up the infrastructure on Azure, creating the web app using Visual Studio Code, and deploying it successfully to Azure. Project Overview This project revolves around creating a basic .NET MVC Web Application and deploying it to Azure App Service. The task covers configuring the necessary Azure resources like the App Service Plan, Web App, and setting up continuous deployment. Step 1: Create Web App in Azure Portal To begin, I set up the infrast...