Skip to content

Commit 81784ce

Browse files
Acrolinx
1 parent b0f07f7 commit 81784ce

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/application-gateway/for-containers/application-gateway-for-containers-components.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: mbender-ms
66
ms.service: azure-appgw-for-containers
77
ms.topic: concept-article
8-
ms.date: 7/21/2025
8+
ms.date: 10/23/2025
99
ms.author: mbender
1010
# 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."
1111
---
@@ -25,16 +25,16 @@ This article provides detailed descriptions and requirements for components of A
2525

2626
- An Application Gateway for Containers frontend resource is an Azure child resource of the Application Gateway for Containers parent resource.
2727
- 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.
2929
- Each frontend provides a unique FQDN that can be referenced by a customer's CNAME record.
3030
- 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.
3232

3333
### Application Gateway for Containers associations
3434

3535
- An Application Gateway for Containers association resource is an Azure child resource of the Application Gateway for Containers parent resource.
3636
- 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.
3838
- At this time, the current number of associations is currently limited to 1.
3939
- During creation of an association, the underlying data plane is provisioned and connected to a subnet within the defined virtual network's subnet.
4040
- 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
5353
### Application Gateway for Containers security policy
5454

5555
- 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.
5757
- At this time, the only security policy type offered is `waf` for web application firewall capabilities.
5858
- The `waf` security policy is a one-to-one mapping between the security policy resource and a Web Application Firewall policy.
5959
- 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
125125
| Upstream Connect Timeout | 5 seconds | time for establishing a connection to the backend target. |
126126

127127
>[!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

Comments
 (0)