What is Deployment slot?
- Slots are different environments exposed via a publicly available endpoint
- Deployment slots are live apps with their own host names
- You can validate app changes in a staging deployment slot before swapping it with the production slot
- One app instance is always mapped to the production slot, and you can swap instances assigned to a slot on demand
- Each deployment slot is like a full-fledged App Service instance
- Deployment slots have a different URL than the original App Service
- Details:
Benefits
- Confirm in pre-production
- Test in production
- Deploy with no downtime
- Swap and rollback
- Revert deployments
Create deployment slot
Swap deployment slot