Skip to content

Commit d34b981

Browse files
committed
Minor edit.
1 parent 8d1f690 commit d34b981

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/custom-domains-managed-certificates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,17 +220,17 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
220220
az containerapp hostname add \
221221
--hostname $DOMAIN_NAME \
222222
-g $RESOURCE_GROUP \
223-
-n $CONTAINER_APP_NAME
223+
-n $CONTAINER_APP
224224
```
225225
226226
1. Configure the managed certificate and bind the domain to your container app.
227227
228228
```azurecli
229229
az containerapp hostname bind \
230230
--hostname $DOMAIN_NAME \
231-
-g $RESOURCE_GROUP_NAME \
232-
-n $CONTAINER_APP_NAME \
233-
--environment $ENVIRONMENT_NAME \
231+
-g $RESOURCE_GROUP \
232+
-n $CONTAINER_APP \
233+
--environment $ENVIRONMENT \
234234
--validation-method <VALIDATION_METHOD>
235235
```
236236

0 commit comments

Comments
 (0)