From the course: Azure: Understanding the Big Picture
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Relationship between Azure app service and app service plan - Azure Tutorial
From the course: Azure: Understanding the Big Picture
Relationship between Azure app service and app service plan
- [Instructor] I'd like to clarify the relationship between an Azure App service plan and an Azure App service. An app service plan in Azure represents a set of resources that are allocated for an app service. These resources include the underlying virtual machines that run the app service, as well as other infrastructure components such as storage and networking resources. An app service is hosted on one app service plan. You choose to plan when creating the app service. The app service is the actual web app or service running on resources defined by the app service plan. When you create an app service, you associate it with an app service plan, which determines its performance characteristics such as scalability and reliability. To create a plan, go to the Azure Portal and find the app service plan item and choose Create. Here, you can see I'm setting up the plan. I'm giving the plan a name. I'm picking an operating system. I've got a choice of Linux or Windows. Next, choose the…