From the course: Deploying ASP.NET Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Prepare deployment to Web App

Prepare deployment to Web App

From the course: Deploying ASP.NET Applications

Start my 1-month free trial

Prepare deployment to Web App

- [Instructor] Now that we've seen how we can deploy an application locally, let's see how we can deploy the same application to Azure. We go and choose Create Resource, and the type of resource that we need is called a Web Application. We need to specify a name so let's try demowebdeploy, and if the name is available, we'll get the green tick. It will ask us where do we want to deploy it, in which region, so I'm choosing an existing application service plan that is in West U.S. It will ask me if I want to use an existing resource group, and I would choose Yes because I want to keep everything in one single place. What kind of operating system do I need? If I want to publish code or if I want to publish a Docker image so I'm publishing actually code at this time, but when we talk about Docker, I will show you how to do that as well. The operating system is Windows so if you want to run an ASP.NET full framework application so not the ASP.NET Core, the only choice for you would be to…

Contents