Azure App Service Plans
- Pricing Refer Here
- Plans
- Free
- Shared Environment for dev/test
- Basic Dedicated Environment for dev/test
- Standard
- Premium
- Isolated
Azure App Service Under the hoods
- When we create an app in Azure App service, we select the plan. When the app runs, it runs internally on the VM instances configured in the App Service Plan.
- We will not have access to VM instances as they are managed by Azure
- If multiple apps are in same App Service Plan, they all share the same VM instances.
- If you have multiple deployment slots for an app, all deployment slots also run on same vm instances.