A company plans to deploy containerized APIs to Azure App Service. The hosting environment has the following requirements:
- Enable auto-scaling to dynamically scale out up to 5 instances during peak traffic.
- Configure up to 2 staging slots for testing updates before swapping to production.
- Perform automated backups of the application and configuration data twice per day.
Which App Service plan pricing tier is the most cost-effective tier that meets these requirements?
- AF1
- BB1
- S1Answer
- DP1v3
Answer
S1
The Standard (S1) pricing tier supports auto-scaling (up to 10 instances), up to 5 deployment slots, and up to 10 automated backups per day. This makes it the most cost-effective tier that satisfies all requirements of the scenario.
Step-by-Step Solution
Key Concept
Selecting the appropriate App Service Plan pricing tier based on application features like deployment slots, scaling, and backups.