Skip to content

Commit 939cc10

Browse files
committed
edits
1 parent cad44dc commit 939cc10

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

articles/reliability/reliability-virtual-network.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ ms.author: allensu
66
ms.topic: reliability-article
77
ms.custom: subject-reliability
88
ms.service: azure-virtual-network
9-
ms.date: 05/20/2025s
9+
ms.date: 05/20/2025
1010
#Customer intent: As an engineer responsible for business continuity, I want to understand who needs to understand the details of how Azure Virtual Network works from a reliability perspective and plan disaster recovery strategies in alignment with the exact processes that Azure services follow during different kinds of situations.
11+
1112
---
1213

1314
# Reliability in Azure Virtual Network
@@ -16,37 +17,37 @@ This article describes reliability support in Azure Virtual Network, covering in
1617

1718
[!INCLUDE [Shared responsibility description](includes/reliability-shared-responsibility-include.md)]
1819

19-
A virtual network is a logical representation of your network in the cloud. You can use a virtual network to define your own private IP address space and segment the network into subnets. Virtual networks serve as a trust boundary to host your compute resources such as Azure Virtual Machines and load balancers. A virtual network allows direct private IP communication between the resources that are hosted in it. To enable hybrid cloud scenarios and securely extend your datacenter into Azure, you can link a virtual network to an on-premises network through a VPN Gateway or Azure ExpressRoute.
20+
A virtual network is a logical representation of your network in the cloud. You can use a virtual network to define your own private IP address space and segment the network into subnets. Virtual networks serve as a trust boundary to host your compute resources such as Azure Virtual Machines and load balancers. A virtual network enables direct private IP communication between the resources that it hosts. To enable hybrid cloud scenarios and securely extend your datacenter into Azure, you can link a virtual network to an on-premises network through a VPN Gateway or Azure ExpressRoute.
2021

2122
## Production deployment recommendations
2223

2324
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:
2425

25-
- Ensure that address spaces don't overlap. Ensure that your virtual network address space (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 block, doesn't overlap with your organization's other network ranges.
2627

27-
- Your subnets shouldn't cover the entire address space of the virtual network. Plan ahead and reserve some address space for the future.
28+
- **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.
2829

29-
- To reduce management overhead, use a few large virtual networks instead of multiple small ones.
30+
- **Consolidate your networks.** To reduce management overhead, use a few large virtual networks instead of multiple small virtual networks.
3031

31-
- Secure your virtual networks by assigning network security groups (NSGs) to the subnets beneath them.
32+
- **Secure your networks.** Secure your virtual networks by assigning network security groups (NSGs) to the subnets beneath them.
3233

3334
For more information about how to design your Azure virtual network with reliability principles in mind, see [Architecture best practices for Virtual Network](/azure/well-architected/service-guides/virtual-network).
3435

3536
## Reliability architecture overview
3637

37-
A virtual network is one of several core networking components in Azure. When you create a virtual network, you create a set of resources that collectively define your networking configuration. These resources include:
38+
A virtual network is one of several core networking components in Azure. When you create a virtual network, you create a set of resources that collectively define your networking configuration. These resources include the following network components:
3839

39-
- NSGs and application security groups, which restrict communication between parts of your network.
40+
- NSGs and application security groups, which restrict communication between parts of your network
4041

41-
- User-defined routes, which control how traffic flows.
42+
- User-defined routes, which control how traffic flows
4243

43-
- Load balancers, which distribute traffic within your network.
44+
- Load balancers, which distribute traffic within your network
4445

45-
- Public IP addresses, which provide connectivity to and from the internet.
46+
- Public IP addresses, which provide connectivity to and from the internet
4647

47-
- Network interface cards, which provide network connectivity to Azure virtual machines (VMs).
48+
- Network interface cards, which provide network connectivity to Azure virtual machines (VMs)
4849

49-
- Private endpoints, which provide private connectivity to Azure services and to resources outside of your own virtual network.
50+
- Private endpoints, which provide private connectivity to Azure services and to resources outside of your own virtual network
5051

5152
You might also deploy *appliances*, such as ExpressRoute gateways, VPN gateways, and firewalls. Appliances provide services to support your networking requirements, such as connecting to on-premises environments or providing sophisticated controls on traffic flow.
5253

@@ -63,7 +64,7 @@ For more information about networking in Azure, see [Networking architecture des
6364

6465
[!INCLUDE [Transient fault description](includes/reliability-transient-fault-description-include.md)]
6566

66-
Transient faults don't usually affect virtual networks. However, transient faults might affect resources deployed within a virtual network. For more information about transient fault handling behaviors, see [Azure service reliability guides](./overview-reliability-guidance.md).
67+
Transient faults don't usually affect virtual networks. However, transient faults might affect resources deployed within a virtual network. Review the [reliability guide for each resource](./overview-reliability-guidance.md) that you use to understand their transient fault handling behaviors.
6768

6869
## Availability zone support
6970

@@ -75,7 +76,7 @@ You don't need to divide your virtual networks or subnets by availability zones
7576

7677
### Region support
7778

78-
Zone-redundant virtual networks can be deployed in [any region that supports availability zones](./regions-list.md).
79+
Zone-redundant virtual networks can be deployed in any [region that supports availability zones](./regions-list.md).
7980

8081
### Cost
8182

@@ -89,13 +90,13 @@ Zone redundancy is configured automatically when a virtual network is deployed i
8990

9091
Azure virtual networks are designed to be resilient to zone failures. When a zone becomes unavailable, Virtual Network automatically reroutes virtual network requests to the remaining zones. This process is seamless and doesn't require any action from you.
9192

92-
However, any resources within the virtual network need to be considered individually, because each resource might have a different set of behaviors during the loss of an availability zone. Consult the [reliability guide for each resource](./overview-reliability-guidance.md) that you use to understand their availability zone support and behavior when a zone is unavailable.
93+
However, any resources within the virtual network need to be considered individually, because each resource might have a different set of behaviors during the loss of an availability zone. Review the [reliability guide for each resource](./overview-reliability-guidance.md) that you use to understand their availability zone support and behavior when a zone is unavailable.
9394

9495
### Failback
9596

9697
When the zone recovers, Microsoft initiates a failback process to ensure that virtual networks continue to work in the recovered zone. The failback process is automatic and doesn't require any action from you.
9798

98-
However, you should verify the failback behaviors of any resources you deploy within the virtual network. For more information, see the [reliability guide for each resource](./overview-reliability-guidance.md).
99+
However, you should verify the failback behaviors of any resources that you deploy within the virtual network. For more information, see the [reliability guide for each resource](./overview-reliability-guidance.md).
99100

100101
### Testing for zone failures
101102

@@ -109,23 +110,23 @@ Virtual Network is a single-region service. If the region becomes unavailable, y
109110

110111
You can create virtual networks in multiple regions. You can also choose to connect those networks by *peering* them together.
111112

112-
By creating virtual networks and other resources in multiple regions, you can be resilient to regional outages. However, you need to consider many factors, including:
113+
By creating virtual networks and other resources in multiple regions, you can be resilient to regional outages. However, you need to consider the following factors:
113114

114115
- **Traffic routing:** If you host internet-facing services in the virtual network, you need to decide how to route incoming traffic among your regions and components. With services such as Azure Traffic Manager and Azure Front Door, you can route internet traffic based on rules you specify.
115116

116-
- **Failover:** If an Azure region is unavailable, you typically need to *fail over* by processing traffic in healthy regions. Azure Traffic Manager and Azure Front Door provide failover capabilities for internet applications.
117+
- **Failover:** If an Azure region is unavailable, you typically need to *fail over* by processing traffic in healthy regions. Traffic Manager and Azure Front Door provide failover capabilities for internet applications.
117118

118119
- **Management:** Each virtual network is a separate resource and needs to be configured and managed independently from other virtual networks.
119120

120-
- **IP address space:** You need to decide how to allocate IP addresses when you create multiple virtual networks. You can create multiple virtual networks using the same private IP address space in different regions. However, you can't peer (connect) two virtual networks with the same address space to your on-premises network, as it would cause routing issues. If you plan to create a multi-network design, IP address planning is an important consideration.
121+
- **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 would cause routing issues. If you plan to create a multi-network design, IP address planning is an important consideration.
121122

122-
Virtual networks are fairly lightweight resources. 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 was present 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, 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 the same environment that was present 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 and connect to your on-premises network.
123124

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

126127
## Backups
127128

128-
Azure virtual networks don't store any data that would require backup. However, you can use Bicep, Azure Resource Manager templates, or Terraform to take a snapshot of the configuration of a virtual network if you need to recreate it. To learn more, see [Quickstart: Create an Azure virtual network](../virtual-network/quickstart-create-virtual-network.md).
129+
Azure virtual networks don't store any data that requires backup. However, you can use Bicep, Azure Resource Manager templates, or Terraform to take a snapshot of the configuration of a virtual network if you need to recreate it. For more information, see [Quickstart: Create an Azure virtual network](../virtual-network/quickstart-create-virtual-network.md).
129130

130131
## Service-level agreement
131132

@@ -134,4 +135,3 @@ Because of the nature of the service provided, there isn't a defined service-lev
134135
## Related content
135136

136137
[Availability zones](availability-zones-overview.md)
137-

0 commit comments

Comments
 (0)