Does an Azure service being a Non-zonal means the same as Zone-redundant Service ?

Rajesh Swarnkar 891 Reputation points
2023-02-23T09:14:05.2933333+00:00

Azure service can be

  • Zone-enabled or Zonal
  • Zone-redundant or non-zonal

So does being a Non-zonal means the same as Zone-redundant Service ?

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

Accepted answer
  1. TP 111.1K Reputation points
    2023-02-23T09:36:29.99+00:00

    Hi,

    Non-zonal service is not the same as zone-redundant service.

    A zone-redundant service is automatically replicated to all the availability zones in the region. If a failure occurs in one of the zones, the service is still available in the remaining zones.

    A non-zonal service/sku typically means you cannot specify which zone it will be in (the platform decides for you) and it will only exist in single zone. Since it only exists in one zone if that zone happens to fail the instance of that service will be down.

    Availability zone service and regional support

    https://learn.microsoft.com/en-us/azure/reliability/availability-zones-service-support

    If the above was helpful please click Accept Answer.

    Thanks.

    -TP

    1 person found this answer helpful.

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.