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-application-gateway-v2.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.custom:
10
10
- ai-gen-description
11
11
- ai-seo-date:07/09/2025
12
12
ms.service: azure-application-gateway
13
-
ms.date: 10/08/2025
13
+
ms.date: 10/14/2025
14
14
#Customer intent: As an engineer responsible for business continuity, I want to understand the details of how Azure Application Gateway v2 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.
15
15
---
16
16
@@ -43,7 +43,7 @@ Application Gateway is a managed service. It's important to understand some key
43
43
44
44
The following diagram shows a gateway with two instances:
45
45
46
-
:::image type="content" source="media/reliability-application-gateway-v2/gateway-instances.png" alt-text="Diagram that shows Azure Application Gateway with two instances." border="false":::
46
+
:::image type="content" source="media/reliability-application-gateway-v2/gateway-instances.svg" alt-text="Diagram that shows Azure Application Gateway with two instances." border="false":::
47
47
48
48
To increase redundancy and availability during datacenter failures, you can enable zone redundancy to distribute instances across multiple availability zones.
49
49
@@ -79,13 +79,13 @@ Application Gateway provides two types of availability zone support when you dep
79
79
80
80
The following diagram shows a zone-redundant gateway with three instances that are distributed across three availability zones:
81
81
82
-
:::image type="content" source="media/reliability-application-gateway-v2/zone-redundant.png" alt-text="Diagram that shows Azure Application Gateway with three instances, each in a separate availability zone." border="false":::
82
+
:::image type="content" source="media/reliability-application-gateway-v2/zone-redundant.svg" alt-text="Diagram that shows Azure Application Gateway with three instances, each in a separate availability zone." border="false":::
83
83
84
84
-*Zonal:* Azure deploys all of the Application Gateway instances into a single zone that you select within your chosen Azure region.
85
85
86
86
The following diagram shows a zonal gateway with three instances that are deployed into the same availability zone:
87
87
88
-
:::image type="content" source="media/reliability-application-gateway-v2/zonal.png" alt-text="Diagram that shows Azure Application Gateway with three instances, all in the same availability zone." border="false":::
88
+
:::image type="content" source="media/reliability-application-gateway-v2/zonal.svg" alt-text="Diagram that shows Azure Application Gateway with three instances, all in the same availability zone." border="false":::
89
89
90
90
> [!IMPORTANT]
91
91
> Pinning to a single availability zone is only recommended when [cross-zone latency](./availability-zones-overview.md#inter-zone-latency) is too high for your needs and when you verify that the latency doesn't meet your requirements. By itself, a zonal gateway doesn't provide resiliency to an availability zone outage. To improve the resiliency of a zonal Application Gateway deployment, you need to explicitly deploy separate gateways into multiple availability zones and configure traffic routing and failover.
0 commit comments