Skip to content

Commit b7a8426

Browse files
committed
Remove view query param
1 parent 994b389 commit b7a8426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/get-started-existing-container-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The example shown in this article demonstrates how to use a custom container ima
9292

9393
# [Bash](#tab/bash)
9494

95-
For details on how to provide values for any of these parameters to the `create` command, run `az containerapp create --help` or [visit the online reference](/cli/azure/containerapp?view=azure-cli-latest#az-containerapp-create). To generate credentials for an Azure Container Registry, use [az acr credential show](/cli/azure/acr/credential?view=azure-cli-latest#az-acr-credential-show).
95+
For details on how to provide values for any of these parameters to the `create` command, run `az containerapp create --help` or [visit the online reference](/cli/azure/containerapp#az-containerapp-create). To generate credentials for an Azure Container Registry, use [az acr credential show](/cli/azure/acr/credential#az-acr-credential-show).
9696

9797
```bash
9898
CONTAINER_IMAGE_NAME=<CONTAINER_IMAGE_NAME>

0 commit comments

Comments
 (0)