We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15932a3 commit 81d2acbCopy full SHA for 81d2acb
articles/application-gateway/for-containers/how-to-backend-mtls-gateway-api.md
@@ -83,6 +83,7 @@ RESOURCE_NAME='alb-test'
83
84
RESOURCE_ID=$(az network alb show --resource-group $RESOURCE_GROUP --name $RESOURCE_NAME --query id -o tsv)
85
FRONTEND_NAME='frontend'
86
+az network alb frontend create -g $RESOURCE_GROUP -n $FRONTEND_NAME --alb-name $AGFC_NAME
87
```
88
89
2. Create a Gateway
0 commit comments