What is a deployment slot in Azure App Service?
- A deployment slot is a separate environment for your App Service, e.g., staging,
testing, QA, or production.
- Each slot runs as a full App Service instance with its own hostname, configuration,
and settings.
- Enables zero-downtime deployments by swapping slots.