Skip to content

Commit 57e34cf

Browse files
committed
Fixed capping for availability zones
1 parent fa61edb commit 57e34cf

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

articles/availability-zones/az-overview.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Regions and availability zones in Azure
3-
description: Learn about regions and availability zones in Azure to meet your technical and regulatory requirements.
2+
title: Regions and Availability Zones in Azure
3+
description: Learn about regions and Availability Zones in Azure to meet your technical and regulatory requirements.
44
author: cynthn
55
ms.service: azure
66
ms.topic: article
@@ -9,21 +9,21 @@ ms.author: cynthn
99
ms.custom: fasttrack-edit, mvc
1010
---
1111

12-
# Regions and availability zones in Azure
12+
# Regions and Availability Zones in Azure
1313

1414
Microsoft Azure services are available globally to drive your cloud operations at an optimal level. You can choose the best region for your needs based on technical and regulatory considerations: service capabilities, data residency, compliance requirements, and latency.
1515

1616
## Terminology
1717

18-
To better understand regions and availability zones in Azure, it helps to understand key terms or concepts.
18+
To better understand regions and Availability Zones in Azure, it helps to understand key terms or concepts.
1919

2020
| Term or concept | Description |
2121
| --- | --- |
2222
| region | A set of datacenters deployed within a latency-defined perimeter and connected through a dedicated regional low-latency network. |
2323
| geography | An area of the world containing at least one Azure region. Geographies define a discrete market that preserve data residency and compliance boundaries. Geographies allow customers with specific data-residency and compliance needs to keep their data and applications close. Geographies are fault-tolerant to withstand complete region failure through their connection to our dedicated high-capacity networking infrastructure. |
24-
| availability zone | Unique physical locations within a region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. |
25-
| recommended region | A region that provides the broadest range of service capabilities and is designed to support availability zones now, or in the future. These are designated in the Azure portal as **Recommended**. |
26-
| alternate (other) region | A region that extends Azure's footprint within a data residency boundary where a recommended region also exists. Alternate regions help to optimize latency and provide a second region for disaster recovery needs. They are not designed to support availability zones (although Azure conducts regular assessment of these regions to determine if they should become recommended regions). These are designated in the Azure portal as **Other**. |
24+
| Availability Zone | Unique physical locations within a region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. |
25+
| recommended region | A region that provides the broadest range of service capabilities and is designed to support Availability Zones now, or in the future. These are designated in the Azure portal as **Recommended**. |
26+
| alternate (other) region | A region that extends Azure's footprint within a data residency boundary where a recommended region also exists. Alternate regions help to optimize latency and provide a second region for disaster recovery needs. They are not designed to support Availability Zones (although Azure conducts regular assessment of these regions to determine if they should become recommended regions). These are designated in the Azure portal as **Other**. |
2727
| foundational service | A core Azure service that is available in all regions when the region is generally available. |
2828
| mainstream service | An Azure service that is available in all recommended regions within 12 months of the region/service general availability or demand-driven availability in alternate regions. |
2929
| specialized service | An Azure service that is demand-driven availability across regions backed by customized/specialized hardware. |
@@ -34,30 +34,30 @@ To better understand regions and availability zones in Azure, it helps to unders
3434

3535
A region is a set of datacenters deployed within a latency-defined perimeter and connected through a dedicated regional low-latency network. Azure gives you the flexibility to deploy applications where you need to, including across multiple regions to deliver cross-region resiliency. For more information, see [Overview of the resiliency pillar](https://docs.microsoft.com/azure/architecture/framework/resiliency/overview).
3636

37-
## Availability zones
37+
## Availability Zones
3838

39-
An availability zone is a high-availability offering that protects your applications and data from datacenter failures. Availability zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. To ensure resiliency, there's a minimum of three separate zones in all enabled regions. The physical separation of availability zones within a region protects applications and data from datacenter failures. Zone-redundant services replicate your applications and data across availability zones to protect from single-points-of-failure. With availability zones, Azure offers industry best 99.99% VM uptime SLA. The full [Azure SLA](https://azure.microsoft.com/support/legal/sla/virtual-machines/) explains the guaranteed availability of Azure as a whole.
39+
An Availability Zone is a high-availability offering that protects your applications and data from datacenter failures. Availability Zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. To ensure resiliency, there's a minimum of three separate zones in all enabled regions. The physical separation of Availability Zones within a region protects applications and data from datacenter failures. Zone-redundant services replicate your applications and data across Availability Zones to protect from single-points-of-failure. With Availability Zones, Azure offers industry best 99.99% VM uptime SLA. The full [Azure SLA](https://azure.microsoft.com/support/legal/sla/virtual-machines/) explains the guaranteed availability of Azure as a whole.
4040

41-
An availability zone in an Azure region is a combination of a fault domain and an update domain. For example, if you create three or more VMs across three zones in an Azure region, your VMs are effectively distributed across three fault domains and three update domains. The Azure platform recognizes this distribution across update domains to make sure that VMs in different zones are not updated at the same time.
41+
An Availability Zone in an Azure region is a combination of a fault domain and an update domain. For example, if you create three or more VMs across three zones in an Azure region, your VMs are effectively distributed across three fault domains and three update domains. The Azure platform recognizes this distribution across update domains to make sure that VMs in different zones are not updated at the same time.
4242

43-
Build high-availability into your application architecture by co-locating your compute, storage, networking, and data resources within a zone and replicating in other zones. Azure services that support availability zones fall into two categories:
43+
Build high-availability into your application architecture by co-locating your compute, storage, networking, and data resources within a zone and replicating in other zones. Azure services that support Availability Zones fall into two categories:
4444

4545
- **Zonal services** – where a resource is pinned to a specific zone (for example, virtual machines, managed disks, Standard IP addresses), or
4646
- **Zone-redundant services** – when the Azure platform replicates automatically across zones (for example, zone-redundant storage, SQL Database).
4747

48-
To achieve comprehensive business continuity on Azure, build your application architecture using the combination of availability zones with Azure region pairs. You can synchronously replicate your applications and data using availability zones within an Azure region for high-availability and asynchronously replicate across Azure regions for disaster recovery protection.
48+
To achieve comprehensive business continuity on Azure, build your application architecture using the combination of Availability Zones with Azure region pairs. You can synchronously replicate your applications and data using Availability Zones within an Azure region for high-availability and asynchronously replicate across Azure regions for disaster recovery protection.
4949

5050
![conceptual view of one zone going down in a region](./media/az-overview/az-graphic-two.png)
5151

5252
> [!IMPORTANT]
53-
> The availability zone identifiers (the numbers 1, 2 and 3 in the picture above) are logically mapped to the actual physical zones for each subscription independently. That means that availability zone 1 in a given subscription might refer to a different physical zone than availability zone 1 in a different subscription. As a consequence, it's recommended to not rely on availability zone IDs across different subscriptions for virtual machine placement.
53+
> The Availability Zone identifiers (the numbers 1, 2 and 3 in the picture above) are logically mapped to the actual physical zones for each subscription independently. That means that Availability Zone 1 in a given subscription might refer to a different physical zone than Availability Zone 1 in a different subscription. As a consequence, it's recommended to not rely on Availability Zone IDs across different subscriptions for virtual machine placement.
5454
5555
## Region and service categories
5656

5757
Azure's approach on availability of Azure services across regions is best described by expressing services made available in recommended regions and alternate regions.
5858

59-
- **Recommended region** - A region that provides the broadest range of service capabilities and is designed to support availability zones now, or in the future. These are designated in the Azure portal as **Recommended**.
60-
- **Alternate (other) region** - A region that extends Azure's footprint within a data residency boundary where a recommended region also exists. Alternate regions help to optimize latency and provide a second region for disaster recovery needs. They are not designed to support availability zones (although Azure conducts regular assessment of these regions to determine if they should become recommended regions). These are designated in the Azure portal as **Other**.
59+
- **Recommended region** - A region that provides the broadest range of service capabilities and is designed to support Availability Zones now, or in the future. These are designated in the Azure portal as **Recommended**.
60+
- **Alternate (other) region** - A region that extends Azure's footprint within a data residency boundary where a recommended region also exists. Alternate regions help to optimize latency and provide a second region for disaster recovery needs. They are not designed to support Availability Zones (although Azure conducts regular assessment of these regions to determine if they should become recommended regions). These are designated in the Azure portal as **Other**.
6161

6262
### Comparing region types
6363

@@ -71,7 +71,7 @@ To see which services are deployed in a given region, as well as the future road
7171

7272
If a service offering is not available in a specific region, you can share your interest by contacting your Microsoft sales representative.
7373

74-
| Region type | Non-regional | Foundational | Mainstream | Specialized | Availability zones | Data residency |
74+
| Region type | Non-regional | Foundational | Mainstream | Specialized | Availability Zones | Data residency |
7575
| --- | --- | --- | --- | --- | --- | --- |
7676
| Recommended | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Demand-driven | :heavy_check_mark: | :heavy_check_mark: |
7777
| Alternate | :heavy_check_mark: | :heavy_check_mark: | Demand-driven | Demand-driven | N/A | :heavy_check_mark: |
@@ -149,13 +149,13 @@ As mentioned previously, Azure classifies services into three categories: founda
149149
150150
### Services resiliency
151151

152-
All Azure management services are architected to be resilient from region-level failures. In the spectrum of failures, one or more availability zone failures within a region have a smaller failure radius compared to an entire region failure. Azure can recover from a zone-level failure of management services within the region or from another Azure region. Azure performs critical maintenance one zone at a time within a region, to prevent any failures impacting customer resources deployed across availability zones within a region.
152+
All Azure management services are architected to be resilient from region-level failures. In the spectrum of failures, one or more Availability Zone failures within a region have a smaller failure radius compared to an entire region failure. Azure can recover from a zone-level failure of management services within the region or from another Azure region. Azure performs critical maintenance one zone at a time within a region, to prevent any failures impacting customer resources deployed across Availability Zones within a region.
153153

154-
### Pricing for VMs in availability zones
154+
### Pricing for VMs in Availability Zones
155155

156-
There is no additional cost for virtual machines deployed in an availability zone. 99.99% VM uptime SLA is offered when two or more VMs are deployed across two or more availability zones within an Azure region. There will be additional inter-availability zone VM-to-VM data transfer charges. For more information, review the [Bandwidth pricing](https://azure.microsoft.com/pricing/details/bandwidth/) page.
156+
There is no additional cost for virtual machines deployed in an Availability Zone. 99.99% VM uptime SLA is offered when two or more VMs are deployed across two or more Availability Zones within an Azure region. There will be additional inter-Availability Zone VM-to-VM data transfer charges. For more information, review the [Bandwidth pricing](https://azure.microsoft.com/pricing/details/bandwidth/) page.
157157

158-
### Get started with availability zones
158+
### Get started with Availability Zones
159159

160160
- [Create a virtual machine](../virtual-machines/windows/create-portal-availability-zone.md)
161161
- [Add a Managed Disk using PowerShell](../virtual-machines/windows/attach-disk-ps.md#add-an-empty-data-disk-to-a-virtual-machine)

0 commit comments

Comments
 (0)