Azure web apps are hosted inside App Service Plans. Inside the app service plan, you can configure all of the required settings, such as the costs, the compute resources, and in what region you want to deploy your apps. There are different types of App Service Plans available in Azure—from free plans, where you share all of the resources with other customers and that are most suitable for development applications, to paid plans, where you can choose to host your apps on Windows VMs or Linux VMs and can set the available resources.
Azure offers the following service plan pricing tiers:
- Dev/test: Free and shared, your app runs on the same VM as other apps in a shared environment. This environment can also include apps from ...