App Service or Azure Web Apps is a main or production slot. In the Standard and Premium tiers, we can create deployment slots other than the main slot to deploy an application. We can use deployment slots for different environments before deploying an application into the main slot.
Slots are not different from a live web application. They have their own set of content, configurations, and hostnames. We can swap slots to roll back failures too.
- In the Azure portal, go to the MyPetClinic Azure web application.
- In the APP DEPLOYMENT category, click on the Deployment slots option:
- Click on +Add Slot.
- Provide a Name for the new slot and select Configuration Source:
- Don't ...