Your company has two web applications that will be deployed to Azure App Service: WebApp1 and WebApp2.
You need to create App Service plans for both applications to meet the following requirements:
- WebApp1 requires 10 deployment slots (including the production slot) and must scale automatically based on CPU utilization.
- WebApp2 must support a custom domain name, SSL binding, and manual scale-out of up to three instances. WebApp2 does not require staging slots, Virtual Network (VNet) integration, or auto-scaling.
To minimize costs, you must deploy each application to the lowest pricing tier that satisfies its requirements.
Which two App Service plan pricing tiers should you recommend? (Select two.)
- Premium V3 (P1v3) pricing tier for WebApp1Cevap
- BStandard (S1) pricing tier for WebApp1
- Basic (B1) pricing tier for WebApp2Cevap
- DStandard (S1) pricing tier for WebApp2
- EFree (F1) pricing tier for WebApp2
Cevap
The Premium V3 (P1v3) pricing tier for WebApp1 and the Basic (B1) pricing tier for WebApp2
The Premium V3 (P1v3) pricing tier is the most cost-effective option for WebApp1 because it supports up to 20 deployment slots and automatic scaling, whereas the Standard tier is limited to 5 slots. The Basic (B1) pricing tier is the most cost-effective option for WebApp2 because it supports custom domains, SSL bindings, and manual scaling up to 3 instances. The Free tier does not support custom domains or scaling, and the Standard tier is more expensive than Basic and is not cost-optimal.
Adım Adım Çözüm
Anahtar Kavram
Selecting the most cost-effective Azure App Service plan pricing tier based on slot, scale-out, and feature requirements.