Share via

App Service plan Zone-redundant and Load Balance

John Wong Yek Hon 270 Reputation points
2024-11-22T08:10:00.7733333+00:00

With Azure App Service deployed with zone-redundant enabled, does all the 3 instances run together with load balance? Or only 1 instance is running while the other 2 instances are just serve as backup and will be idle so long the 1st instance is still working fine?

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

Answer accepted by question author
  1. Deepanshu katara 18,145 Reputation points MVP Volunteer Moderator
    2024-11-22T08:17:39.7466667+00:00

    Hello John , Welcome to MS Q&A

    In a zone-redundant Azure App Service deployment, all instances run together and are load balanced. The minimum instance count for a zone-redundant App Service plan is three, and if you specify a capacity larger than three, the instances are spread evenly across the available zones. This means that all instances are active and can handle traffic simultaneously, rather than having only one instance running while the others serve as backups.

    References:

    User's image

    Please let us know if any further questions

    Kindly accept if it helps

    Thanks
    Deepanshu

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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