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 8d1f690 commit d34b981Copy full SHA for d34b981
articles/container-apps/custom-domains-managed-certificates.md
@@ -220,17 +220,17 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
220
az containerapp hostname add \
221
--hostname $DOMAIN_NAME \
222
-g $RESOURCE_GROUP \
223
- -n $CONTAINER_APP_NAME
+ -n $CONTAINER_APP
224
```
225
226
1. Configure the managed certificate and bind the domain to your container app.
227
228
```azurecli
229
az containerapp hostname bind \
230
231
- -g $RESOURCE_GROUP_NAME \
232
- -n $CONTAINER_APP_NAME \
233
- --environment $ENVIRONMENT_NAME \
+ -g $RESOURCE_GROUP \
+ -n $CONTAINER_APP \
+ --environment $ENVIRONMENT \
234
--validation-method <VALIDATION_METHOD>
235
236
0 commit comments