Skip to content

Commit 2d90797

Browse files
committed
updates
1 parent d880b3a commit 2d90797

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/container-registry/container-registry-tasks-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ az deployment group create \
5050
sourceLocation=https://github.com/<your-GitHub-ID>/acr-build-helloworld-node.git
5151
```
5252

53-
### Verify deployment
53+
### Verify deployment
5454

5555
Verify the image is built by running [az acr repository show-tags][az-acr-repository-show-tags]:
5656

@@ -140,6 +140,8 @@ Run ID: ca1 was successful after 47s
140140

141141
This [deployment example](https://github.com/Azure/acr/tree/master/docs/tasks/run-as-deployment/quickdockerbuildwithidentity) queues a task that uses a user-assigned managed identity. During the task run, the identity authenticates to pull an image from another Azure container registry. This scenario is similar to the one in [Cross-registry authentication in an ACR task using an Azure-managed identity](container-registry-tasks-cross-registry-authentication.md). For example, an organization might maintain a *base registry* with base images accessed by multiple development teams.
142142

143+
For this example, you create a managed identity before queuing the task. However, you can also set up a template to automate creation of the identity.
144+
143145
### Prepare a base registry
144146

145147
For demonstration purposes, create a separate container registry as your base registry, and push a Node.js base image pulled from Docker Hub.

0 commit comments

Comments
 (0)