A company plans to deploy an enterprise web application to Azure App Service. The application hosting environment must meet the following requirements:
- Integrate with an Azure Virtual Network (VNet) to access a backend database securely.
- Enable automated daily backups of the web application.
- Scale out to at least 15 instances to handle seasonal traffic spikes.
Which of the following App Service plan pricing tiers meet all these requirements? (Select two.)
- Premium V3 (P1v3)Cevap
- Isolated V2 (I1v2)Cevap
- CStandard (S1)
- DBasic (B1)
Cevap
Premium V3 (P1v3) and Isolated V2 (I1v2)
The Premium V3 tier supports up to 30 instances, and the Isolated V2 tier supports up to 100 instances. Both tiers also support automated backups and regional VNet integration, satisfying all specified requirements.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service plan tier capabilities, specifically scaling limits and backup support.