From the course: Building Angular and ASP.NET Web API Apps

Unlock this course with a free trial

Join today to access over 24,500 courses taught by industry experts.

Deploy ASP.NET Web API to Azure app services

Deploy ASP.NET Web API to Azure app services

From the course: Building Angular and ASP.NET Web API Apps

Deploy ASP.NET Web API to Azure app services

- [Ervis] In this part, you'll learn how to deploy the ASP.NET Web API to Azure. Now similar as in the Angular app deployment, we are going to use the Azure App Services, so for that, just go here, then Create. We are going to create a Web App. The first step as always is to just select the subscription and then the resource group. I'm going to use the same resource group as the database and also the Angular app, the expensesapp-rg. Then in here, define an instance name. I'm just going to use in here the expenseapp, then just demo, and then this random string. That string is generated when you check this checkbox. Just make sure that the name is unique. Then you choose the way you want to publish this app, and it's going to be using code. Then the runtime stack, and then in here, you need to choose the version of the .NET SDK that you used to build the ASP.NET Web API app. In my case, it's going to be the .NET 9. The operating system can be Linux. Then the operating system can either…

Contents