If you deploy an App Service in an availability zone-enabled configuration, an additional load balancer may not be necessary. Is that true ?

abhay mittal 20 Reputation points
2024-10-25T11:11:14.69+00:00

If we deploy an App Service in an availability zone-enabled configuration, an additional load balancer may not be necessary. Is that true ?

This is for implantation HA for App service . Do we need to add load balancer like Application load balancer for HA?

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
{count} votes

Answer accepted by question author
  1. Abiola Akinbade 30,480 Reputation points Volunteer Moderator
    2024-10-27T01:51:51.6766667+00:00

    Yes,you are correct. An additional load balancer is generally NOT necessary.

    Based on best pratcises however, for App Service Plan configuration:

    • Use Premium v3 or above SKU (supports zone redundancy)
    • Enable zone redundancy during creation
    • Deploy in a region that supports availability zones

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    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.