Skip to content

Commit 269b785

Browse files
authored
Update quickstart-create-application-gateway-for-containers-byo-deployment.md
Added a note regarding NSG configuration for delegated subnets.
1 parent fb59694 commit 269b785

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 i.e. 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)