Skip to content

Commit 9195621

Browse files
committed
added to toc
1 parent f877aba commit 9195621

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

articles/reliability/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
items:
1313
- name: Overview
1414
href: availability-zones-migration-overview.md
15+
- name: Azure availability zone migration baseline
16+
href: availability-zones-baseline.md
1517
- name: Migration guides by service
1618
items:
1719
- name: Azure API Management

articles/reliability/availability-zones-baseline.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Availability zone migration baseline
3-
description: Learn about availability zone migration baseline
2+
title: Azure availability zone migration baseline
3+
description: Learn how to assess the availability-zone readiness of your application for the purposes of migrating from non-availability zone to availability zone support.
44
author: anaharris-ms
55
ms.service: reliability
66
ms.subservice: availability-zones
@@ -10,8 +10,7 @@ ms.author: anaharris
1010
ms.custom: references_regions
1111
---
1212

13-
# Availability zone migration baseline
14-
13+
# Azure availability zone migration baseline
1514

1615
This article shows you how to assess the availability-zone readiness of your application for the purposes of migrating from non-availability zone to availability zone support. We'll take you through the steps you'll need to determine which how to take advantage of availability zone support in alignment with your application and regional requirements. For more detailed information on availability zones and the regions that support them, see [What are Azure regions and availability zones?](availability-zones-overview.md).
1716

@@ -71,10 +70,6 @@ The recommended approach to achieving high availability, if low latency isn't a
7170
For critical application components that require physical proximity and low latency, such as gaming, engineering simulation, and high-frequency trading (HFT), we recommend that you configure a zonal deployment. [VMSS Flex](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes) provides zone aligned compute along with attached storage disks.
7271

7372

74-
75-
76-
77-
7873
#### Does your application code have the readiness to handle a distributed model?
7974

8075
For a [distributed microservices model](/azure/architecture/guide/architecture-styles/microservices) and depending on your application, there is the possibility of ongoing data exchange between microservices across zones. This continual data exchange through APIs, could affect performance. To improve performance and maintain a reliable architecture, you can choose zonal deployment.
@@ -110,9 +105,9 @@ For specialized workload on Azure as below examples, please refer to the respect
110105
- [Oracle on Azure architecture design](/azure/architecture/solution-ideas/articles/oracle-on-azure-start-here )
111106

112107

113-
#### Do you want to achieve business continuity and disaster recovery (BCDR) in the **same** Azure region due to compliance, data residency, or governance requirements?
108+
#### Do you want to achieve BCDR in the same Azure region due to compliance, data residency, or governance requirements?
114109

115-
To achieve BCDR within the same region and when there **is no regional pair**, we highly recommend that you configure your workload with zone-redundancy. A single-region approach is also applicable to certain industries that have strict data residency and governance requirements within the same Azure region. To learn how to replicate, failover, and failback Azure virtual machines from one availability zone to another within the same Azure region, see [Enable Azure VM disaster recovery between availability zones](/azure/site-recovery/azure-to-azure-how-to-enable-zone-to-zone-disaster-recovery).
110+
To achieve business continuity and disaster recovery within the same region and when there **is no regional pair**, we highly recommend that you configure your workload with zone-redundancy. A single-region approach is also applicable to certain industries that have strict data residency and governance requirements within the same Azure region. To learn how to replicate, failover, and failback Azure virtual machines from one availability zone to another within the same Azure region, see [Enable Azure VM disaster recovery between availability zones](/azure/site-recovery/azure-to-azure-how-to-enable-zone-to-zone-disaster-recovery).
116111

117112
If multi-region is needed, or when availability zones aren't available in the Azure region, we recommend that you use regional pairs. Regional pairs are situated at far distance at around 100 miles apart, and give you blast radius protection from regional level failures such as fire, flooding, earthquake and other natural or unforeseen calamities. For more information see [Cross-region replication in Azure: Business continuity and disaster recovery](/azure/reliability/cross-region-replication-azure).
118113

articles/reliability/availability-zones-migration-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.custom: subject-reliability
1414

1515
Azure services that support availability zones, including zonal and zone-redundant offerings, are continually expanding. For that reason, resources that don't currently have availability zone support, may have an opportunity to gain that support. The Migration Guides section offers a collection of guides for each service that requires certain procedures in order to move a resource from non-availability zone support to availability support. You'll find information on prerequisites for migration, download requirements, important migration considerations and recommendations.
1616

17+
To check the readiness of your application for availability zone support, see [Azure availability zone migration baseline](./availability-zones-baseline.md).
18+
1719
The table below lists each product that offers migration guidance and/or information.
1820

1921
## Azure services migration guides

articles/reliability/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ landingContent:
3333
url: availability-zones-overview.md
3434
- text: Services and regions with availability zone support
3535
url: availability-zones-service-support.md
36+
- text: Azure availability zone migration baseline
37+
url: availability-zones-baseline.md
3638
- linkListType: how-to-guide
3739
links:
3840
- text: Migrate to availability zone support

0 commit comments

Comments
 (0)