You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/reliability/reliability-virtual-network.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ ms.author: allensu
6
6
ms.topic: reliability-article
7
7
ms.custom: subject-reliability
8
8
ms.service: azure-virtual-network
9
-
ms.date: 05/20/2025s
9
+
ms.date: 05/20/2025
10
10
#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
+
11
12
---
12
13
13
14
# Reliability in Azure Virtual Network
@@ -16,37 +17,37 @@ This article describes reliability support in Azure Virtual Network, covering in
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.
20
21
21
22
## Production deployment recommendations
22
23
23
24
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:
24
25
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.
26
27
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.
28
29
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.
30
31
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.
32
33
33
34
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).
34
35
35
36
## Reliability architecture overview
36
37
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:
38
39
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
40
41
41
-
- User-defined routes, which control how traffic flows.
42
+
- User-defined routes, which control how traffic flows
42
43
43
-
- Load balancers, which distribute traffic within your network.
44
+
- Load balancers, which distribute traffic within your network
44
45
45
-
- Public IP addresses, which provide connectivity to and from the internet.
46
+
- Public IP addresses, which provide connectivity to and from the internet
46
47
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)
48
49
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
50
51
51
52
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.
52
53
@@ -63,7 +64,7 @@ For more information about networking in Azure, see [Networking architecture des
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.
67
68
68
69
## Availability zone support
69
70
@@ -75,7 +76,7 @@ You don't need to divide your virtual networks or subnets by availability zones
75
76
76
77
### Region support
77
78
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).
79
80
80
81
### Cost
81
82
@@ -89,13 +90,13 @@ Zone redundancy is configured automatically when a virtual network is deployed i
89
90
90
91
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.
91
92
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.
93
94
94
95
### Failback
95
96
96
97
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.
97
98
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).
99
100
100
101
### Testing for zone failures
101
102
@@ -109,23 +110,23 @@ Virtual Network is a single-region service. If the region becomes unavailable, y
109
110
110
111
You can create virtual networks in multiple regions. You can also choose to connect those networks by *peering* them together.
111
112
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:
113
114
114
115
-**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.
115
116
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.
117
118
118
119
-**Management:** Each virtual network is a separate resource and needs to be configured and managed independently from other virtual networks.
119
120
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.
121
122
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.
123
124
124
125
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).
125
126
126
127
## Backups
127
128
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).
129
130
130
131
## Service-level agreement
131
132
@@ -134,4 +135,3 @@ Because of the nature of the service provided, there isn't a defined service-lev
0 commit comments