An administrator manages an Azure subscription that contains an Azure App Service plan named ASP1. ASP1 is currently configured for the Basic (B1) pricing tier and hosts a web app named App1.
The administrator plans to deploy two new web apps named App2 and App3. The deployment must meet the following requirements:
- App2 must support auto-scaling based on CPU utilization.
- App3 must support custom domains and SSL bindings.
- Hosting costs must be minimized.
Which two actions should the administrator perform? (Select TWO.)
- Scale up ASP1 to the Standard (S1) pricing tier.Cevap
- Deploy App2 and App3 to ASP1.Cevap
- CDeploy App2 to ASP1 and create a new App Service plan in the Basic (B1) pricing tier for App3.
- DCreate a new App Service plan in the Standard (S1) pricing tier for App2 and deploy App3 to ASP1.
- EScale up ASP1 to the Premium V3 (P1v3) pricing tier.
Cevap
Scale up the existing App Service plan ASP1 to the Standard (S1) pricing tier and deploy both App2 and App3 to ASP1.
Scaling the existing plan to the Standard (S1) tier is the most cost-effective way to enable auto-scaling for the second app and custom domains/SSL for the third app. Consolidating all three web apps into the same plan minimizes costs because they will share the same underlying virtual machine instances and be billed under a single plan.
Adım Adım Çözüm
Anahtar Kavram
App Service plan pricing tiers and resource sharing
Tahmini Süre:1m 30s