Question 14 of 48 from exam AZ-101: Microsoft Azure Integration and Security

Question 14 of 48 from exam AZ-101: Microsoft Azure Integration and Security

Question

HOTSPOT -

You have an Azure web app named WebApp1.

You need to provide developers with a copy of WebApp1 that they can modify without affecting the production WebApp1. When the developers finish testing their changes, you must be able to switch the current line 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.

Each correct selection is worth one point.

NOTE:

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