Question 90 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question 90 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question

DRAG DROP - You develop a web app that uses tier D1 app service plan by using the Web Apps feature of Microsoft Azure App Service.

Spikes in traffic have caused increases in page load times.

You need to ensure that the web app automatically scales when CPU load is about 85 percent and minimize costs.

Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choices is correct.

You will receive credit for any of the correct orders you select.

Select and Place:

Actions

Configure the web app to the
Premium App Service tier.

Configure the web app to the
Standard App Service tier.

Enable autoscaling on the
web app.

Add a Scale rule.

Switch to an Azure App
Services consumption plan.

Configure a Scale condition.

Answer Area

©
@

OO@

Explanations

Actions

Answer Area

Configure the web app to the
Premium App Service tier.

Configure the web app to the
Standard App Service tier.

Configure the web app to the

Enable autoscaling on the

Standard App Service tier. web app.
Enable autoscaling on the Add a Scale rule.
web app.
(©) Configure a Scale condition.

Add a Scale rule.

Switch to an Azure App
Services consumption plan.

Configure a Scale condition.

OO@

Step 1: Configure the web app to the Standard App Service Tier The Standard tier supports auto-scaling, and we should minimize the cost.

Step 2: Enable autoscaling on the web app First enable autoscale - Step 3: Add a scale rule - Step 4: Add a Scale condition - Reference: https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-autoscale-get-started.