Configuring the scaling settings of an App Service plan
In this exercise, you will configure the scaling settings for the App Service plan you created previously. Recall that we mentioned that there are two different types of scaling options you can choose from. Horizontal scaling (Scale out in the application menu) refers to the number of app services that have been deployed, while vertical scaling (Scale up in the application menu) refers to the size of the VM hosting the web app service. The VM refers to the App Service plan. As you may recall, we have the option to choose an SKU and size when we deploy that refers to the specifications for the App Service plan that we would like to have. First, we will explore Scale up:
- Navigate to the App Service plan you worked on in the previous exercise.
- From the left menu blade, under Settings, click Scale up (App Service plan).
- You will be presented with a screen containing different SKU sizes that you can choose from....