Skip to content

Commit 05ea15f

Browse files
committed
edit
1 parent b8daee9 commit 05ea15f

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
@@ -47,11 +47,11 @@ If your region supports availability zones, we highly recommended that you confi
4747

4848
In this step, you'll need to validate that the required Azure services and SKUs are available in the availability zones of your selected Azure region.
4949

50-
To check for regional support of services, see [Products available by region](/explore/global-infrastructure/products-by-region/).
50+
To check for regional support of services, see [Products available by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/).
5151

5252
To list the available VM SKUs by Azure region and zone, see [Check VM SKU availability](/azure/virtual-machines/windows/create-powershell-availability-zone#check-vm-sku-availability).
5353

54-
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-the-product-availability-in-the-azure-region) to find a new region.
54+
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

5656
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.
5757

@@ -64,7 +64,7 @@ Below are three important questions you'll that'll help you choose the correct a
6464

6565
#### Does your application include latency sensitive components?
6666

67-
Azure availability zones within the same Azure region are connected by a high-performance network [with a round-trip latency of less than 2ms](https://learn.microsoft.com/azure/reliability/availability-zones-overview#availability-zones).
67+
Azure availability zones within the same Azure region are connected by a high-performance network [with a round-trip latency of less than 2ms](/azure/reliability/availability-zones-overview#availability-zones).
6868

6969
The recommended approach to achieving high availability, if low latency isn't a strict requirement, is to configure your workload with a zone redundant deployment.
7070

@@ -125,7 +125,7 @@ If multi-region is needed, or when availability zones aren't available in the Az
125125

126126
- 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.
127127

128-
- Inter-zone bandwidth charges apply when traffic moves across zones. To learn more about bandwidth pricing, see [Bandwidth pricing](/pricing/details/bandwidth/).
128+
- 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

130130
## Next steps
131131

0 commit comments

Comments
 (0)