Soru

Zorluk: KolayScale Azure App Service Web Apps

A developer hosts a lightweight web API on an Azure App Service web app that currently runs on the Free (F1F1) pricing tier. The API is experiencing minor CPU spikes due to an increase in user requests. The developer wants to configure manual scale-out to run the web app on 22 instances to distribute the load. Which action should the developer perform first?

  1. Scale up the App Service plan to the Basic (B1B1) pricing tier or higher.Cevap
  2. B
    Configure the Instance count setting to 22 in the scale-out settings of the Azure portal while remaining on the Free (F1F1) tier.
  3. C
    Configure an Azure Monitor autoscale rule to increase the instance count to 22 when CPU usage exceeds 70%70\%.
  4. D
    Create a second App Service plan in the same region on the Free (F1F1) tier and bind the web app to both plans.

Cevap

Scale up the App Service plan to the Basic (B1B1) pricing tier or higher.
Scaling up the App Service plan to the Basic (B1B1) tier or higher is correct because the Free (F1F1) tier only supports a single instance. The Basic (B1B1) tier is the minimum tier that supports manual scale-out (up to 33 instances).

Adım Adım Çözüm

1
Determine the scale-out capabilities of the current Free (F1F1) pricing tier.
The Free (F1F1) tier does not support scaling out and is limited to a single instance.
Understanding the current tier limits is necessary to identify the constraint.
2
Identify the minimum pricing tier that supports manual scale-out to 22 instances.
The Basic (B1B1) pricing tier is the minimum tier that supports manual scale-out (up to 33 instances).
This determines the target tier required to support the desired instance count.
3
Change the pricing tier of the App Service plan.
Scale up the App Service plan from Free (F1F1) to Basic (B1B1) or higher.
This unlocks the scale-out settings in Azure App Service.

Anahtar Kavram

Azure App Service scaling capabilities are restricted by the pricing tier. The Free (F1F1) and Shared (D1D1) tiers do not support scaling out. Upgrading (scaling up) to the Basic (B1B1) tier is the minimum requirement to enable manual scale-out.
Bu soruyu puanla