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.
2 parents 39aaf98 + 81d2acb commit ba68900Copy full SHA for ba68900
articles/application-gateway/for-containers/how-to-backend-mtls-gateway-api.md
@@ -84,6 +84,7 @@ RESOURCE_NAME='alb-test'
84
85
RESOURCE_ID=$(az network alb show --resource-group $RESOURCE_GROUP --name $RESOURCE_NAME --query id -o tsv)
86
FRONTEND_NAME='frontend'
87
+az network alb frontend create -g $RESOURCE_GROUP -n $FRONTEND_NAME --alb-name $AGFC_NAME
88
```
89
90
2. Create a Gateway
0 commit comments