An administrator manages a web app hosted on an Azure App Service plan named ASP1. ASP1 is currently configured on the Basic (B1) pricing tier. You need to configure the hosting environment to meet the following requirements:
- Enable testing of web app updates in a staging slot before swapping to production.
- Enable automatic scale-out based on CPU utilization.
- Minimize costs.
Which two actions should you perform? (Select two.)
- Scale up ASP1 to the Standard (S1) pricing tier.Cevap
- Configure autoscale rules for ASP1.Cevap
- CScale up ASP1 to the Premium v3 (P1v3) pricing tier.
- DConfigure manual scale-out for ASP1 to three instances.
Cevap
Scale up ASP1 to the Standard (S1) pricing tier and configure autoscale rules for ASP1.
To satisfy both requirements (deployment slots and automatic scaling) at the lowest cost, you must scale up the App Service plan from Basic (B1) to Standard (S1). The Standard tier is the minimum tier that supports up to deployment slots and autoscale rules. Once scaled up, you must configure autoscale rules to enable the automatic scaling behavior based on CPU utilization.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service pricing tier capabilities, specifically comparing Basic (B1) and Standard (S1) features such as deployment slots and autoscale configuration.
Tahmini Süre:1m 0s