Skip to content

Commit 4014ec9

Browse files
Merge pull request #284401 from greg-lindsay/agc-revert
revert 120591
2 parents f81a81f + 83e02b3 commit 4014ec9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-application-gateway
77
ms.subservice: appgw-for-containers
88
ms.custom: devx-track-azurecli
99
ms.topic: quickstart
10-
ms.date: 02/27/2024
10+
ms.date: 08/12/2024
1111
ms.author: greglin
1212
---
1313

@@ -86,9 +86,6 @@ az network vnet subnet update \
8686
ALB_SUBNET_ID=$(az network vnet subnet list --resource-group $VNET_RESOURCE_GROUP --vnet-name $VNET_NAME --query "[?name=='$ALB_SUBNET_NAME'].id" --output tsv)
8787
echo $ALB_SUBNET_ID
8888
```
89-
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.
9289

9390
### Delegate permissions to managed identity
9491

0 commit comments

Comments
 (0)