An administrator is planning the deployment of a critical web application to Azure App Service. The application must meet the following requirements:
* Must support autoscaling based on memory usage, up to a maximum of 12 instances.
* Must support at least 4 deployment slots (excluding the production slot) for testing.
* Must support automated backups scheduled twice daily.
Which of the following is the most cost-effective App Service Plan pricing tier that meets all these requirements?
- AB1
- BS1
- P1v3Answer
- DI1v2
Answer
The Premium v3 (P1v3) tier is the correct choice because it is the most cost-effective tier that supports autoscaling up to 30 instances (meeting the 12-instance requirement), up to 20 deployment slots, and up to 50 daily automated backups.
The Premium v3 (P1v3) tier meets all the requirements. It supports autoscaling up to 30 instances (satisfying the 12-instance requirement), up to 20 deployment slots (satisfying the 4-slot requirement), and up to 50 daily backups (satisfying the twice-daily backup requirement). It is the most cost-effective tier that does so, as the Isolated tier is more expensive.
Step-by-Step Solution
Key Concept
Azure App Service Plan Tier Limits and Capabilities