|
2 | 2 | title: Run task using template
|
3 | 3 | description: Run an ACR quick task using an Azure Resource Manager template
|
4 | 4 | ms.topic: article
|
5 |
| -ms.date: 04/13/2020 |
| 5 | +ms.date: 04/22/2020 |
6 | 6 | ---
|
7 | 7 |
|
8 | 8 | # Run ACR Tasks using Resource Manager templates
|
@@ -39,7 +39,7 @@ For this example, provide values for the following template parameters:
|
39 | 39 | |registryName |Unique name of registry that's created |
|
40 | 40 | |repository |Target repository for build task |
|
41 | 41 | |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. | |
43 | 43 |
|
44 | 44 | ### Deploy the template
|
45 | 45 |
|
@@ -132,7 +132,7 @@ For demonstration purposes, create a separate container registry as your base re
|
132 | 132 |
|
133 | 133 | ### Create new Dockerfile
|
134 | 134 |
|
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*. |
136 | 136 |
|
137 | 137 | 1. In the GitHub UI, select **Create new file**.
|
138 | 138 | 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:
|
179 | 179 | |taskRunName |Name of task run, which specifies image tag |
|
180 | 180 | |userAssignedIdentity |Resource ID of user-assigned identity enabled in the task|
|
181 | 181 | |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*| |
183 | 183 | |sourceLocation |Remote context for the build task, for example, *https://github.com/\<your-GitHub-ID\>/acr-build-helloworld-node.* |
|
184 | 184 | |dockerFilePath | Path to the Dockerfile at the remote context, used to build the image. |
|
185 | 185 |
|
|
0 commit comments