Search code examples
azure-web-app-serviceazure-deployment-slots

Deployment slots on Azure WebApp


What exactly are deployment slots on Azure WebApp's? Are they separate websites on the same VM/IIS hosting the main webapp?

We currently use them and I understand what they do. Just want to understand what's behind the scenes.


Solution

  • You are right. Deployment slots are separate websites on the same VM that hosts your App service. That is why usage on one slot affects all other slots on the same app service as they are working under shared resources.