App Service availability zone

AzureUser-9588 151 Reputation points
2022-09-06T06:05:13.403+00:00

Created an App Service plan by enabling zone redundancy. Now want to disable zone redundancy to save costs. How to disable it for an existing app service plan? Any workarounds, if no direct option?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,953 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andriy Bilous 11,821 Reputation points MVP Volunteer Moderator
    2022-09-06T08:30:26.747+00:00

    Hello @AzureUser-9588

    Unfortunately it is not possible to disable App Service plan zone redundancy for an existing app service plan.
    You will need to create new single-zone App Service plan and migrate WebApp from zone redundant App Service plan into new single-zone App Service plan.

    Downtime will depend on how you choose to redirect traffic from your old availability zone enabled App Service to your new App Service.
    If you're using an Application Gateway, a custom domain, or Azure Front Door, downtime will be dependent on the time it takes to update those respective services with your new app's information. Alternatively, you can route traffic to multiple apps at the same time using a service such as Azure Traffic Manager and only fully cutover to your new apps when everything is deployed and fully tested.

    https://learn.microsoft.com/en-us/azure/availability-zones/migrate-app-service

    If you think your question has been answered, click "Mark as Accept Answer" if just helped click "Vote as helpful". This can be beneficial to other community members reading this forum thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.