Skip to content

Commit bfd370d

Browse files
Merge pull request #265061 from ManoharLakkoju-MSFT/patch-106
(AzureCXP) fixes MicrosoftDocs/azure-docs#119398
2 parents 1b604bb + 49d786e commit bfd370d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/for-containers/how-to-url-rewrite-gateway-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RESOURCE_GROUP='<resource group name of the Application Gateway For Containers r
8484
RESOURCE_NAME='alb-test'
8585

8686
RESOURCE_ID=$(az network alb show --resource-group $RESOURCE_GROUP --name $RESOURCE_NAME --query id -o tsv)
87-
FRONTEND_NAME='frontend'
87+
FRONTEND_NAME='test-frontend'
8888
```
8989

9090
2. Create a Gateway

0 commit comments

Comments
 (0)