nerdexam
Microsoft

AZ-104 · Question #751

You have a Standard Azure App Service plan named Plan1. You need to ensure that Plan1 will scale automatically when the CPU usage of the web app exceeds 80 percent. What should you select for Plan1?

The correct answer is B. Rules Based in the Scale out method settings. In Azure Monitor, rules-based scaling in the scale-out method settings use metrics and schedules to determine when to add or remove resources to run an application. These rules include minimum and maximum resource levels, and when the conditions are met, one or more autoscale…

Submitted by kevin_r· Mar 4, 2026Deploy and manage Azure compute resources

Question

You have a Standard Azure App Service plan named Plan1. You need to ensure that Plan1 will scale automatically when the CPU usage of the web app exceeds 80 percent. What should you select for Plan1?

Options

  • AAutomatic in the Scale out method settings
  • BRules Based in the Scale out method settings
  • CPremium P1 in the Scale up (App Service plan) settings
  • DStandard S1 in the Scale up (App Service plan) settings
  • EManual in the Scale out method settings

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    69% (20)
  • C
    3% (1)
  • D
    17% (5)
  • E
    3% (1)

Explanation

In Azure Monitor, rules-based scaling in the scale-out method settings use metrics and schedules to determine when to add or remove resources to run an application. These rules include minimum and maximum resource levels, and when the conditions are met, one or more autoscale actions are triggered. For example, you can scale out an application by adding VMs when the average CPU usage per VM is above a certain percentage, or scale it back by removing VMs when CPU usage drops below a certain percentage.

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice