Skip to content

Commit 81d2acb

Browse files
authored
Update how-to-backend-mtls-gateway-api.md
added missing command for creating the frontend
1 parent 15932a3 commit 81d2acb

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
@@ -83,6 +83,7 @@ RESOURCE_NAME='alb-test'
8383

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

8889
2. Create a Gateway

0 commit comments

Comments
 (0)