Skip to content

Commit 485ca09

Browse files
authored
Merge pull request #120591 from aalewismsft/patch-4
Update quickstart-create-application-gateway-for-containers-byo-deplo…
2 parents c4f04d3 + c5c1206 commit 485ca09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/application-gateway/for-containers/quickstart-create-application-gateway-for-containers-byo-deployment.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ ALB_SUBNET_ID=$(az network vnet subnet list --resource-group $VNET_RESOURCE_GROU
8787
echo $ALB_SUBNET_ID
8888
```
8989

90+
> [!NOTE]
91+
> The NSG for the delegated subnet can only use the default rules for incoming traffic. For example: AllowVNetInBound, AllowAzureLoadBalancerInBound, and DenyAllInbound. No other incoming NSG rule is supported.
92+
9093
### Delegate permissions to managed identity
9194

9295
ALB Controller needs the ability to provision new Application Gateway for Containers resources and join the subnet intended for the Application Gateway for Containers association resource.

0 commit comments

Comments
 (0)