Skip to content

Commit bb56fbc

Browse files
authored
Merge pull request #7 from faister/patch-2
Update availability-zones-baseline.md
2 parents 05ea15f + 1195965 commit bb56fbc

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
@@ -21,13 +21,13 @@ When creating reliable workloads, you can choose at least one of the following a
2121

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

24-
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.
24+
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.
2525

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

2828

2929
>[!NOTE]
30-
>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.
30+
>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.
3131
3232
## Considerations for migrating to availability zone support
3333

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

5454
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.
5555

56-
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.
56+
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.
5757

5858

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

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

126-
- 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.
126+
- 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.
127127

128128
- 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/).
129129

0 commit comments

Comments
 (0)