App Service
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Microsoft Azure Administrator premium course — no separate purchase.
Included in this chapter:
- App Service plans and pricing tiers
- Scaling: up vs out, and autoscale
- Custom domains and TLS bindings
- Backup and restore
- Networking and deployment slots
App Service plan tiers: compute model and what each unlocks
| Capability | Free / Shared | Basic | Standard | Premium v3 / Isolated v2 |
|---|---|---|---|---|
| Compute model | Shared with other tenants | Dedicated VMs | Dedicated VMs | Dedicated VMs (Isolated = own VNet) |
| Scale out (max instances) | None | 3 | 10 | 30 (Isolated ASE: 100) |
| Autoscale rules | No | No (manual only) | Yes | Yes |
| Custom-domain TLS | No | Yes (SNI) | Yes (SNI + IP-based) | Yes (SNI + IP-based) |
| Deployment slots | 0 | 0 | 5 | 20 |
| Backup | No | Yes (production slot only) | Yes | Yes |
| VNet integration (outbound) | No | Yes | Yes | Yes |
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
References
- Azure App Service plans overview
- Scale up features and capacities in Azure App Service
- Azure App Service Environment overview
- Get started with autoscale in Azure
- Map an existing custom DNS name to Azure App Service
- Secure a custom domain with a TLS/SSL binding
- Back up and restore an app in Azure App Service
- Integrate your app with an Azure virtual network
- Set up staging environments in Azure App Service