You are designing the hosting infrastructure for a critical web application in Azure. The web application has the following requirements:
- Must be able to scale out to 15 instances automatically during peak traffic.
- Must support deployment slots to enable zero-downtime deployments.
- Must support regional virtual network integration.
You need to identify the App Service plan pricing tiers that support all of these requirements.
Which two pricing tiers should you recommend? (Select TWO.)
- Premium v2 (P1v2)Answer
- Premium v3 (P1v3)Answer
- CStandard (S1)
- DBasic (B1)
Answer
Premium v2 (P1v2) and Premium v3 (P1v3) are the correct pricing tiers that meet all requirements.
The correct options are Premium v2 (P1v2) and Premium v3 (P1v3). Premium v2 supports up to 20 scale-out instances, up to 20 deployment slots, and regional virtual network integration. Premium v3 supports up to 30 scale-out instances, up to 20 deployment slots, and regional virtual network integration. Both tiers meet all specified requirements.
Step-by-Step Solution
Key Concept
Azure App Service plan tier feature differences, including scale-out limits, staging slots, and networking support.