Skip to content

Commit c18f2fb

Browse files
v-stsavellanaharris-msjohndowns
authored
Apply suggestions from code review
Co-authored-by: Anastasia Harris <[email protected]> Co-authored-by: John Downs <[email protected]>
1 parent 12aa591 commit c18f2fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/reliability/includes/reliability-availability-zone-description-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
Availability zones are physically separate groups of datacenters within each Azure region. When one zone fails, services can fail over to one of the remaining zones.
1313

14-
For more information, see [Availability zones](/azure/reliability/availability-zones-overview).
14+
For more information, see [What are availability zones?](/azure/reliability/availability-zones-overview).

articles/reliability/reliability-virtual-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A virtual network is a logical representation of your network in the cloud. You
2323

2424
As you build your virtual network in Azure, it's important to improve the reliability of your solution by keeping in mind the following universal design principles:
2525

26-
- **Avoid overlapping address spaces.** Ensure that your virtual network address space, defined as a Classless Inter-Domain Routing block, doesn't overlap with your organization's other network ranges.
26+
- **Avoid overlapping address spaces.** Ensure that your virtual network address space, defined as a Classless Inter-Domain Routing (CIDR) block, doesn't overlap with your organization's other network ranges.
2727

2828
- **Reserve address space for future growth.** Your subnets shouldn't cover the entire address space of the virtual network. Plan ahead and reserve some address space for the future.
2929

@@ -120,7 +120,7 @@ By creating virtual networks and other resources in multiple regions, you can be
120120

121121
- **IP address space:** Determine how to allocate IP addresses when you create multiple virtual networks. You can create multiple virtual networks by using the same private IP address space in different regions. However, you can't peer, or connect, two virtual networks with the same address space to your on-premises network because it causes routing problems. If you plan to create a multi-network design, IP address planning is an important consideration.
122122

123-
Virtual networks don't require a lot of resources to run. You can invoke Azure APIs to create a virtual network with the same address space in a different region. However, to recreate the same environment that exists in the affected region, you must redeploy the VMs and other resources. If you have on-premises connectivity, such as in a hybrid deployment, you have to deploy a new VPN Gateway instance and connect to your on-premises network.
123+
Virtual networks don't require a lot of resources to run. You can invoke Azure APIs to create a virtual network with the same address space in a different region. However, to recreate a similar environment to the one that exists in the affected region, you must redeploy the VMs and other resources. If you have on-premises connectivity, such as in a hybrid deployment, you have to deploy a new VPN Gateway instance and connect to your on-premises network.
124124

125125
For more information about a multi-region networking architecture for web applications, see [Multi-region load balancing with Traffic Manager, Azure Firewall, and Azure Application Gateway](/azure/architecture/high-availability/reference-architecture-traffic-manager-application-gateway).
126126

0 commit comments

Comments
 (0)