Skip to content

Commit 0c63e6e

Browse files
committed
Merge branch 'az-baseline' of https://github.com/anaharris-ms/azure-docs-pr into az-baseline
2 parents 9195621 + bb56fbc commit 0c63e6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/reliability/availability-zones-baseline.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ When creating reliable workloads, you can choose at least one of the following a
2020

2121
- **Zone-redundant**. A zone-redundant configuration provides resources that are replicated or distributed across zones automatically.
2222

23-
In addition to the two availability zone options, zonal and zone-redundant, Azure offers **Global (always available) services**. Because these services are always available across geographies, they're resilient to both regional and zonal outages. You don't need to configure or enable these services.
23+
In addition to the two availability zone options, zonal and zone-redundant, Azure offers **Global services**, meaning that they are available globally regardless of region. Because these services are always available across regions, they're resilient to both regional and zonal outages. You don't need to configure or enable these services.
2424

2525
To see which Azure services support availability zones, see [Availability zone service and regional support](availability-zones-service-support.md).
2626

2727

2828
>[!NOTE]
29-
>When you don't select a zone configuration for your resource, whether zonal or zone-redundant, the resource and it's sub-components won't be zone resilient and can go down during a zonal outage in that region.
29+
>When you don't select a zone configuration for your resource, whether zonal or zone-redundant, the resource and its sub-components won't be zone resilient and can go down during a zonal outage in that region.
3030
3131
## Considerations for migrating to availability zone support
3232

@@ -52,7 +52,7 @@ To list the available VM SKUs by Azure region and zone, see [Check VM SKU availa
5252

5353
If your region doesn't support the services and SKUs that your application requires, you'll need to go back to [Step 1: Check the product availability in the Azure region](#step-1-check-if-the-azure-region-supports-availability-zones) to find a new region.
5454

55-
the services and SKUs that your application requires, we highly recommended that you configure your workload with with zone-redundancy. For zonal high availability of Azure IaaS Virtual Machines, use [VMSS Flex](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes). to spread VMs across multiple fault domains in a region or within an availability zone.
55+
the services and SKUs that your application requires, we highly recommended that you configure your workload with with zone-redundancy. For zonal high availability of Azure IaaS Virtual Machines, use [VMSS Flex](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes) to spread VMs across multiple availability zones.
5656

5757

5858
### Step 3: Consider your application requirements
@@ -118,7 +118,7 @@ If multi-region is needed, or when availability zones aren't available in the Az
118118

119119
- To learn about testing your applications for availability and resiliency, see [Testing applications for availability and resiliency](/azure/architecture/framework/resiliency/testing).
120120

121-
- Each data center in a region is assigned to a physical zone. Physical zones are mapped to the logical zones in your Azure subscription. Azure subscriptions are automatically assigned this mapping at the time a subscription is created. You can use the dedicated ARM API, [checkZonePeers](/rest/api/resources/subscriptions/check-zone-peers?tabs=HTTP) to compare zone mapping for resilient solutions that span across multiple subscriptions.
121+
- Each data center in a region is assigned to a physical zone. Physical zones are mapped to the logical zones in your Azure subscription. Azure subscriptions are automatically assigned this mapping at the time a subscription is created. You can use the dedicated ARM REST API, [listLocations](rest/api/resources/subscriptions/list-locations?tabs=HTTP) and set the API version to 2022-12-01 to list the logical zone mapping to physical zone for your subscription. This information is important for critical application components that require co-location with Azure resources categorized as [Strategic services](/azure/reliability/availability-service-by-category#strategic-services) which may not be available in all physical zones.
122122

123123
- Inter-zone bandwidth charges apply when traffic moves across zones. To learn more about bandwidth pricing, see [Bandwidth pricing](https://azure.microsoft.com/pricing/details/bandwidth/).
124124

0 commit comments

Comments
 (0)