Deploy Azure Web Apps for WebApp1 and WebApp2 | Exam AZ-100 Solution

Deploy Azure Web Apps for WebApp1 and WebApp2

Question

HOTSPOT -

You need to deploy two Azure web apps named WebApp1 and WebApp2. The web apps have the following requirements:

-> WebApp1 must be able to use staging slots

-> WebApp2 must be able to access the resources located on an Azure virtual network

What is the least costly plan that you can use to deploy each web app? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Explanations

Explanation

https://azure.microsoft.com/en-au/pricing/details/app-service/windows/ https://azure.microsoft.com/en-gb/pricing/details/app-service/plans/

To deploy two Azure web apps, WebApp1 and WebApp2 with specific requirements, we need to choose the least costly plan that fulfills the requirements.

WebApp1 requires the ability to use staging slots, which is a feature used to deploy and test code changes before they are made live. To use staging slots, we need to choose a plan that supports deployment slots. Azure App Service Plans that support deployment slots include Standard, Premium, and Isolated tiers. Since we need to choose the least costly plan, we should go with the Standard tier as it is the lowest-priced tier that supports deployment slots.

WebApp2 needs to access resources located on an Azure virtual network, which requires a virtual network integration. To integrate the web app with a virtual network, we need to choose a plan that supports virtual network integration. Azure App Service Plans that support virtual network integration include Premium and Isolated tiers. Since we need to choose the least costly plan, we should go with the Premium tier as it is lower-priced than the Isolated tier and still supports virtual network integration.

Therefore, the least costly plan for WebApp1 is the Standard tier, and for WebApp2, it is the Premium tier.

Answer: WebApp1: Standard WebApp2: Premium