Search code examples
azureazure-web-app-servicestagingazure-app-service-plans

Azure App Service: Converting Staging Slot into Standalone App


I have an Azure App with a Staging Slot. I'm trying to find a way to convert my Staging Slot into a normal Standalone App

Is there any way to achieve this?

Why do I want to do this?

Because I want to scale down my app from S1->B1

Since B1 doesn't support the deployment slots now I'm completely blocked from scaling down my App without deleting and recreating it.


Solution

  • You can't convert a deployment slot to a new standalone Web App. You need to create a new Web App and redeploy your code.