I have an Azure Web App which is currently configured in Deployment Center to auto-deploy when code is pushed to a particular git repo. I don't want that to happen because that auto-deploy is going directly to prod and making it inaccessible to users. I want to disable that behavior in Deployment Center and control that process completely through slots associated with the web app.
My understanding is that I should be able to manage that process within the context of slots. Then I should be able to simply swap slots when I want to deploy to prod with zero impact to prod.
- Can you please confirm if my understanding of this Azure capability of managing deployments through slots is correct?
- Can you please describe how I would accomplish this? I can't seem to figure out how to disable the default auto-deploy process associated with the primary Deploy Center for the web app