Skip to content

Commit 1d0b244

Browse files
committed
edit
1 parent cd0bca2 commit 1d0b244

File tree

2 files changed

+9
-28
lines changed

2 files changed

+9
-28
lines changed

articles/reliability/availability-zones-overview.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,30 +28,26 @@ The following diagram shows several example Azure regions. Regions 1 and 2 suppo
2828

2929
To see which regions support availability zones, see [Azure regions with availability zone support](availability-zones-region-support.md).
3030

31-
## Availability zone deployment options
31+
## Types of availability zone support
3232

33-
Services support availability zones by offering one or both of the following deployment options during set up for the service:
33+
Azure services can provide two types of availability zone support: *zone-redundant* and *zonal*. Each service might support one or both types. When designing your reliability strategy, make sure that you understand which availability zone types are supported in each service of your workload.
3434

35-
- **Zone-redundant** service resources are spread across multiple availability zones. Microsoft manages spreading requests across zones and the replication of data across zones. If an outage occurs in a single availability zone, Microsoft manages failover automatically.
35+
- **Zone-redundant services**: Zone-redundant resources are replicated or distributed across multiple availability zones automatically. For example, zone-redundant data services replicate the data across multiple zones so that a failure in one zone doesn't affect the high availability of the data. For some services you can select the set of zones that your resource uses, while in other services Microsoft selects the zones.
3636

37-
*Platform as a service (PaaS) * services typically support zone-redundant deployments.
37+
- **Zonal services**: A resource can be deployed to a single, self-selected availability zone to achieve more stringent latency or performance requirements. For example, virtual machines, managed disks, and standard IP addresses can be deployed zonally to the same zone. To achieve resiliency with zonal services, you need to design an architecture with separate resources in multiple availability zones within the region, but Microsoft doesn't manage the process for you.
3838

39-
- **Zonal** resources are pinned to a specific availability zone. You can combine multiple zonal deployments across different zones to meet high reliability requirements. You're responsible for managing data replication and distributing requests across zones. If an outage occurs in a single availability zone, you're responsible for failover to another availability zone.
39+
Some services don't use availability zones until you configure them to do so. If you don't explicitly configure a service for availability zone support, it's called a *non-zonal* or *regional* deployment. Resources configured in this way might be placed in any availability zone in the region, and might be moved. If any availability zone in the region experiences an outage, non-zonal resources might be in the affected zone and could experience downtime.
4040

41-
*Infrastructure as a service (IaaS)* services typically support zonal deployments.
42-
41+
>[!IMPORTANT]
42+
>Some services may have limited support for availability zones. For example, some may only support availability zones for certain tiers, regions, or SKUs. To get more information on service limitations for availability zone support, select that service in the table.
43+
4344

4445
## Configuring services for availability zone support
4546

4647

4748
Each service has its own method for configuring availability zone support. To learn how to configure a specific service for availability zone support, see [Azure reliability guides by service](overview-reliability-guidance.md).
4849
.
4950

50-
>[!IMPORTANT]
51-
>If you don't explicitly configure a service for availability zone support by specifically choosing a *zonal* or *zone-redundant* deployment, the service places the service resources in any availability zone in the region. These services deployments are called *non-zonal* ore *regional* deployments.
52-
>
53-
>If an availability zone in the region experiences an outage, non-zonal resources in that zone may experience downtime.
54-
5551
## Physical and logical availability zones
5652

5753
Each datacenter is assigned to a physical zone. Physical zones are mapped to logical zones in your Azure subscription, and different subscriptions might have a different mapping order. Azure subscriptions are automatically assigned their mapping at the time the subscription is created. Because of this, the zone mapping for one subscription could be different for other subscriptions.

articles/reliability/availability-zones-service-support.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,10 @@ ms.custom: references_regions, subject-reliability
1212

1313
# Azure services with availability zone support
1414

15-
Azure availability zones are physically separate locations within each Azure region. This article shows you which services support availability zones.
16-
17-
For more information on availability zones and regions, see [What are Azure regions and availability zones?](availability-zones-overview.md),
15+
Azure [availability zones](./availability-zones-overview.md) are physically separate locations within each Azure region. This article shows you which services support availability zones.
1816

1917
Azure is continually expanding the number of services that support availability zones, including zonal and zone-redundant offerings.
2018

21-
## Types of availability zone support
22-
23-
Azure services can provide two types of availability zone support: *zone-redundant* and *zonal*. Each service might support one or both types. When designing your reliability strategy, make sure that you understand which availability zone types are supported in each service of your workload.
24-
25-
- **Zone-redundant services**: Zone-redundant resources are replicated or distributed across multiple availability zones automatically. For example, zone-redundant data services replicate the data across multiple zones so that a failure in one zone doesn't affect the high availability of the data. For some services you can select the set of zones that your resource uses, while in other services Microsoft selects the zones.
26-
27-
- **Zonal services**: A resource can be deployed to a single, self-selected availability zone to achieve more stringent latency or performance requirements. For example, virtual machines, managed disks, and standard IP addresses can be deployed zonally to the same zone. To achieve resiliency with zonal services, you need to design an architecture with separate resources in multiple availability zones within the region, but Microsoft doesn't manage the process for you.
28-
29-
Some services don't use availability zones until you configure them to do so. If you don't explicitly configure a service for availability zone support, it's called a *non-zonal* or *regional* deployment. Resources configured in this way might be placed in any availability zone in the region, and might be moved. If any availability zone in the region experiences an outage, non-zonal resources might be in the affected zone and could experience downtime.
30-
31-
>[!IMPORTANT]
32-
>Some services may have limited support for availability zones. For example, some may only support availability zones for certain tiers, regions, or SKUs. To get more information on service limitations for availability zone support, select that service in the table.
33-
3419
## Always-available services
3520

3621
Some Azure services don't support availability zones because they are:

0 commit comments

Comments
 (0)