Question 88 of 197 from exam AZ-100: Microsoft Azure Infrastructure and Deployment

Question 88 of 197 from exam AZ-100: Microsoft Azure Infrastructure and Deployment

Question

HOTSPOT -

You have an Azure web app named WebApp1.

You need to provide developers with a copy of WebApp1 that they can modify affecting the production WebApp1. When the developers finish testing their changes, you must be able to switch the current live version of WebApp1 to the new version.

Which command should you run prepare the environment? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Explanations

Box 1: New-AzureRmWebAppSlot -

The New-AzureRmWebAppSlot cmdlet creates an Azure Web App Slot in a given a resource group that uses the specified App Service plan and data center.

Box 2: -SourceWebApp -

https://docs.microsoft.com/en-us/powershell/module/azurerm.websites/new-azurermwebappslot