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/application-gateway/for-containers/application-gateway-for-containers-components.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: application-gateway
5
5
author: mbender-ms
6
6
ms.service: azure-appgw-for-containers
7
7
ms.topic: concept-article
8
-
ms.date: 7/21/2025
8
+
ms.date: 10/23/2025
9
9
ms.author: mbender
10
10
# Customer intent: "As a cloud architect, I want to understand the components of Application Gateway for Containers, so that I can effectively configure and manage traffic routing to backend services in my cloud deployment."
11
11
---
@@ -25,16 +25,16 @@ This article provides detailed descriptions and requirements for components of A
25
25
26
26
- An Application Gateway for Containers frontend resource is an Azure child resource of the Application Gateway for Containers parent resource.
27
27
- An Application Gateway for Containers frontend defines the entry point client traffic should be received by a given Application Gateway for Containers.
28
-
- A frontend can't be associated to multiple Application Gateway for Containers.
28
+
- A frontend can't be associated to more than one Application Gateway for Containers.
29
29
- Each frontend provides a unique FQDN that can be referenced by a customer's CNAME record.
30
30
- Private IP addresses are currently unsupported.
31
-
- A single Application Gateway for Containers can support multiple frontends.
31
+
- A single Application Gateway for Containers can support more than one frontends.
32
32
33
33
### Application Gateway for Containers associations
34
34
35
35
- An Application Gateway for Containers association resource is an Azure child resource of the Application Gateway for Containers parent resource.
36
36
- An Application Gateway for Containers association defines a connection point into a virtual network. An association is a 1:1 mapping of an association resource to an Azure Subnet that has been delegated.
37
-
- Application Gateway for Containers is designed to allow for multiple associations.
37
+
- Application Gateway for Containers is designed to allow for more than one associations.
38
38
- At this time, the current number of associations is currently limited to 1.
39
39
- During creation of an association, the underlying data plane is provisioned and connected to a subnet within the defined virtual network's subnet.
40
40
- Each association should assume at least 256 addresses are available in the subnet at time of provisioning.
@@ -53,7 +53,7 @@ This article provides detailed descriptions and requirements for components of A
53
53
### Application Gateway for Containers security policy
54
54
55
55
- An Application Gateway for Containers security policy defines security configurations, such as WAF, for the ALB Controller to consume.
56
-
-Multiple security policies can be referred by a single Application Gateway for Containers resource.
56
+
-More than one security policy may be referred by a single Application Gateway for Containers resource.
57
57
- At this time, the only security policy type offered is `waf` for web application firewall capabilities.
58
58
- The `waf` security policy is a one-to-one mapping between the security policy resource and a Web Application Firewall policy.
59
59
- Only one web application firewall policy may be referenced in any number of security policies for a defined Application Gateway for Containers resource.
@@ -125,4 +125,4 @@ Application Gateway for Containers enforces the following timeouts as requests a
125
125
| Upstream Connect Timeout | 5 seconds | time for establishing a connection to the backend target. |
126
126
127
127
>[!Note]
128
-
>Request timeout strictly enforces the request to complete in the defined time irrespective if data is actively streaming or the request has started to idle. For example, if you are serving large file downloads and you expect tranfers to take greater than 60 seconds due to size or slow transfer rates, consider increasing the request timeout value or setting it to 0.
128
+
>Request timeout strictly enforces the request to complete in the defined time irrespective if data is actively streaming or the request has started to idle. For example, if you are serving large file downloads and you expect tranfers to take greater than 60 seconds due to size or slow transfer rates, consider increasing the request timeout value or setting it to 0.
0 commit comments