Microsoft Azure Administrator — Question 128
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?
Answer options
- A. Automatic in the Scale out method settings
- B. Rules Based in the Scale out method settings
- C. Premium P1 in the Scale up (App Service plan) settings
- D. Standard S1 in the Scale up (App Service plan) settings
- E. Manual in the Scale out method settings
Correct answer: B
Explanation
The correct answer is B, as using Rules Based scaling allows you to set specific conditions, such as CPU usage, to trigger scaling actions. The other options do not provide the necessary automatic response to CPU load; for instance, A suggests a general automatic setting without rules, while C and D pertain to scaling the plan itself rather than the scaling method.