Skip to content

Commit 1363cef

Browse files
committed
edits
1 parent 307e2c0 commit 1363cef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Run task using template
33
description: Run an ACR quick task using an Azure Resource Manager template
44
ms.topic: article
5-
ms.date: 04/13/2020
5+
ms.date: 04/22/2020
66
---
77

88
# Run ACR Tasks using Resource Manager templates
@@ -39,7 +39,7 @@ For this example, provide values for the following template parameters:
3939
|registryName |Unique name of registry that's created |
4040
|repository |Target repository for build task |
4141
|taskRunName |Name of task run, which specifies image tag |
42-
|sourceLocation |Remote context for the build task, for example, *https://github.com/Azure-Samples/acr-build-helloworld-node*. The Dockerfile in the repo root builds a container image for a small Node.js web app. If desired, use your fork of the repo as the build context. |
42+
|sourceLocation |Remote context for the build task, for example, https://github.com/Azure-Samples/acr-build-helloworld-node. The Dockerfile in the repo root builds a container image for a small Node.js web app. If desired, use your fork of the repo as the build context. |
4343

4444
### Deploy the template
4545

@@ -132,7 +132,7 @@ For demonstration purposes, create a separate container registry as your base re
132132

133133
### Create new Dockerfile
134134

135-
Create a Dockerfile that pulls the base image from your base registry. Perform the following steps in your local fork of the GitHub repo, for example, *https://github.com/\<your-GitHub-ID\>/acr-build-helloworld-node.git*.
135+
Create a Dockerfile that pulls the base image from your base registry. Perform the following steps in your local fork of the GitHub repo, for example, https://github.com/myGitHubID/acr-build-helloworld-node.git*.
136136

137137
1. In the GitHub UI, select **Create new file**.
138138
1. Name your file *Dockerfile-test* and paste the following contents. Substitute your registry name for *mybaseregistry*.
@@ -179,7 +179,7 @@ For this example, provide values for the following template parameters:
179179
|taskRunName |Name of task run, which specifies image tag |
180180
|userAssignedIdentity |Resource ID of user-assigned identity enabled in the task|
181181
|customRegistryIdentity | Client ID of user-assigned identity enabled in the task, used to authenticate with custom registry |
182-
|customRegistry |Log in server name of the custom registry accessed in the task, for example, *mybaseregistry.azurecr.io*|
182+
|customRegistry |Login server name of the custom registry accessed in the task, for example, *mybaseregistry.azurecr.io*|
183183
|sourceLocation |Remote context for the build task, for example, *https://github.com/\<your-GitHub-ID\>/acr-build-helloworld-node.* |
184184
|dockerFilePath | Path to the Dockerfile at the remote context, used to build the image. |
185185

0 commit comments

Comments
 (0)