You need to create a new deployment slot named 'staging' for an Azure App Service web app named App1. Which sequence of actions should you perform in the Azure portal to achieve this? Arrange the steps in the correct order.
- 1Navigate to the App Service web app resource in the Azure portal.
- 2In the left navigation menu, under the Deployment section, select Deployment slots.
- 3Click Add Slot, enter 'staging' as the name, and specify whether to clone configuration settings from the production slot.
- 4Click Add to provision the new slot.
Answer
To configure a new deployment slot, you must first navigate to the web app in the Azure portal. Then, under the Deployment section of the resource menu, select Deployment slots. Next, click Add Slot and configure the slot details (such as the name and setting cloning source). Finally, click Add to create the slot.
The correct order begins with navigating to the App Service web app resource. Once in the resource blade, you select 'Deployment slots' under the Deployment section of the left-hand menu. From there, you click 'Add Slot' to open the configuration pane, enter the slot name, specify cloning options, and finally click 'Add' to provision the slot.
Step-by-Step Solution
Key Concept
Deployment Slots Configuration in Azure App Service