Skip to content

Commit 0946586

Browse files
committed
edits
1 parent 3844179 commit 0946586

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/container-apps/tutorial-event-driven-jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Azure Container Apps [jobs](jobs.md) enable you to run containerized tasks that
2020
In this tutorial, you learn how to work with [event-driven jobs](jobs.md#event-driven-jobs).
2121

2222
> [!div class="checklist"]
23-
> * Create a Container Apps environment to deploy your container apps
23+
> * Create a Container Apps environment in which to deploy your container apps
2424
> * Create an Azure Storage queue to send messages to the container app
2525
> * Build a container image that runs a job
2626
> * Deploy the job to the Container Apps environment
@@ -144,7 +144,7 @@ To deploy the job, you must first build a container image for it and push the co
144144
145145
1. Your container registry must allow Azure Resource Manager (ARM) audience tokens for authentication in order to use managed identity to pull images.
146146
147-
Use the following command to check whether ARM tokens are allowed to access your Azure Container Registry:
147+
Use the following command to check whether ARM tokens are allowed to access your Azure container registry:
148148
149149
```azurecli
150150
az acr config authentication-as-arm show --registry "$CONTAINER_REGISTRY_NAME"

0 commit comments

Comments
 (0)