Skip to content

Commit f824e71

Browse files
Merge pull request #213203 from pamelafox/patch-2
Add helpful links to containerapps tutorial
2 parents 409aa53 + b7a8426 commit f824e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article demonstrates how to deploy an existing container to Azure Container
2525
- An Azure account with an active subscription.
2626
- If you don't have one, you [can create one for free](https://azure.microsoft.com/free/).
2727
- Install the [Azure CLI](/cli/azure/install-azure-cli).
28-
- Access to a public or private container registry.
28+
- Access to a public or private container registry, such as the [Azure Container Registry](/azure/container-registry/).
2929

3030
[!INCLUDE [container-apps-create-cli-steps.md](../../includes/container-apps-create-cli-steps.md)]
3131

@@ -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`.
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)