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
+10-6Lines changed: 10 additions & 6 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/14/2025
13
+
ms.date: 11/05/2025
14
14
ai-usage: ai-assisted
15
15
16
16
#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.
@@ -37,12 +37,14 @@ To learn about how to deploy Application Gateway to support your solution's reli
37
37
38
38
Application Gateway is a managed service. It's important to understand some key elements of the service architecture so that you can make informed reliability decisions.
39
39
40
-
-**Instances:** An *instance* is a virtual machine (VM)-level unit of the gateway. Each instance represents a dedicated VM that handles traffic. One instance is equal to one VM.
40
+
-**Gateway:** When you deploy Application Gateway, you deploy a *gateway*, which is the Azure resource you work with.
41
+
42
+
-**Instances:** An *instance* is a single unit of the gateway. A gateway has multiple instances. Each instance has its own private IP address, handles traffic, and routes requests.
41
43
42
44
>[!IMPORTANT]
43
45
> For high availability, each gateway is always created with a minimum of two instances. However, the Azure portal may indicate that your gateway has a single instance, even though it actually has two.
44
46
45
-
You don't see or manage the VMs directly. The platform automatically manages instance creation, health monitoring, and replacement of unhealthy instances. It also manages the graceful removal of instances during scale-in events. This process is known as *connection draining*.
47
+
The platform automatically manages instance creation, health monitoring, and replacement of unhealthy instances. It also manages the graceful removal of instances during scale-in events. This process is known as *connection draining*.
46
48
47
49
The following diagram shows a gateway with two instances:
48
50
@@ -120,9 +122,6 @@ This section explains how to configure availability zone support for your gatewa
120
122
121
123
To deploy a new gateway, see [Quickstart: Direct web traffic by using Application Gateway - Azure portal](../application-gateway/quick-create-portal.md).
122
124
123
-
> [!NOTE]
124
-
> After you deploy a new gateway by using the Azure portal, the portal or other tooling might indicate that the gateway isn't zone-redundant. However, if the gateway is deployed in a region that supports availability zones, it's guaranteed to be zone-redundant.
125
-
126
125
When you use the Azure CLI, Azure PowerShell, Bicep, Azure Resource Manager templates (ARM templates), or Terraform, you can optionally specify the availability zones to deploy your gateway into. You can deploy a zone-redundant gateway by specifying two or more zones. However, we recommend that you omit the zone list so that your gateway can use all of the availability zones, unless you have a specific reason not to use a specific zone.
127
126
128
127
-*Zonal:* You can deploy a zonal gateway by using the following tooling.
@@ -260,6 +259,11 @@ Application Gateway v2 performs regular service upgrades and other maintenance t
0 commit comments