You are configuring an Azure App Service plan to host a student enrollment portal. The configuration must meet the following requirements:
- Allow developers to test application updates in a separate staging deployment slot before swapping to production.
- Automatically scale the instance count to handle traffic spikes, up to a maximum of 5 instances.
- Configure a custom domain name secured with an SSL certificate.
Which App Service pricing tier is the most cost-effective option that meets all requirements?
- ABasic (B1)
- BFree (F1)
- Standard (S1)Answer
- DPremium (P1v3)
Answer
Standard (S1)
The Standard (S1) tier is the most cost-effective tier that supports all three requirements: custom domains with SSL, automatic scaling (up to 10 instances), and deployment slots (up to 5).
Step-by-Step Solution
Key Concept
Azure App Service pricing tier features and cost optimization