An administrator is planning the deployment of a new web application to Azure App Service. The application must meet the following requirements:
- Support scaling out to at least 10 instances.
- Enable integration with an Azure Virtual Network (VNet) to access backend resources securely.
- Support deployment slots to enable staging and testing before production swaps.
- Minimize hosting costs.
Which of the following configurations should the administrator select? (Select TWO.)
- The Standard (S1) pricing tier for the App Service planAnswer
- BThe Basic (B1) pricing tier for the App Service plan
- A maximum of 5 deployment slotsAnswer
- DA maximum of 20 deployment slots
- EThe Premium V3 (P1v3) pricing tier for the App Service plan
Answer
To meet the requirements at the lowest cost, the administrator should select the Standard (S1) pricing tier for the App Service plan and configure a maximum of 5 deployment slots.
The Standard (S1) pricing tier is the most cost-effective tier that provides VNet integration, support for 10 scale-out instances, and deployment slots. Because the Standard tier is used, the application is limited to a maximum of 5 deployment slots, which fulfills the deployment slot requirement without needing the more expensive Premium tier.
Step-by-Step Solution
Key Concept
Azure App Service Plan pricing tiers and feature capability mapping
Estimated Time:1m 30s