In the process of creating an Azure Web App, we needed to create an Azure App Service Plan. Let's take a step back and go over the settings available in the Azure App Service Plan.
Under SETTINGS, we have some options that are available in Azure Web Apps, such as Networking, Scale up (App Service plan), and Scale out (App Service plan). Properties, Locks, and an Automation script are available as well, as in all other Azure resources. Note that an App Service Plan can host multiple Azure Web Apps. Billing is done for an Azure App Service Plan; you don't pay per Web App. So, tier changes on an Azure Web App are directly connected to tier changes in the Azure App Service Plan. Scale up/down and scale in/out operations done in the Web App blade will be shown here as the tier will not change for the Azure Web App, but for the Azure App Service Plan...