Question 95:
A DevOps team is planning to deploy a web application to an Azure Web App service. To provide with the new release, they decide to use deployment slots in the Azure Web App service. They have an App Service plan in place that is based on the Standard tier. They have to create a script to perform the following steps. Create a web app and attach it to the App service plan. Create a deployment slot. Initiate a swap of the deployment slots. You have to complete the below script for this requirement.
<span style="font-size:calc(var(--rem) * 1px * 1.0625); letter-spacing:0px">Which of the following would go into Slot1?
Answer options:
A.New-AzWebAppSlot B.New-AzResourceGroup C.New-AzWebApp D.Invoke-AzResourceAction