Skip to content

Commit ba68900

Browse files
authored
Merge pull request #112970 from PixelRobots/patch-16
Update how-to-backend-mtls-gateway-api.md
2 parents 39aaf98 + 81d2acb commit ba68900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/application-gateway/for-containers/how-to-backend-mtls-gateway-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ RESOURCE_NAME='alb-test'
8484

8585
RESOURCE_ID=$(az network alb show --resource-group $RESOURCE_GROUP --name $RESOURCE_NAME --query id -o tsv)
8686
FRONTEND_NAME='frontend'
87+
az network alb frontend create -g $RESOURCE_GROUP -n $FRONTEND_NAME --alb-name $AGFC_NAME
8788
```
8889

8990
2. Create a Gateway

0 commit comments

Comments
 (0)