From the course: Azure: Understanding the Big Picture

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Build a new app service

Build a new app service

- [Instructor] When it's time to create an Azure App Service, we need to decide which App Service plan to use. Remember, the service plan represents a set of resources allocated for the service. These resources include the underlying virtual machines that run the App Service, as well as other infrastructure components like storage and networking resources. So we need to either create a new service plan or use an existing one. Next, we create the Azure App Service, which falls into these general categories. There's Web Apps and Web APIs, Azure Logic Apps, and Azure Functions. In this video, we'll focus on Web Apps. Later in the course, we'll explore the other options. Over on the App Services page, clicking on the Create button shows us four choices to cater for different needs. Each of these options has its own use cases and benefits, and you can choose the one that best fits your needs. Remember, the choice depends on the nature of your web application, its requirements, and your…

Contents