You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-registry/tasks-consume-public-content.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ This walkthrough sets up:
44
44
1. Import and validate the `node` image to the company/team shared registry
45
45
1. Build and deploy the `hello-world` image
46
46
1.**ACR task definitions**, including configurations for:
47
-
1. A collection of **registry credentials**, which are pointers to a key vault
48
-
1. A collection of **secrets**, available within an `acr-task.yaml`, which are pointers to a key vault
49
-
1. A collection of **configured values** used within an `acr-task.yaml`
47
+
* A collection of **registry credentials**, which are pointers to a key vault
48
+
* A collection of **secrets**, available within an `acr-task.yaml`, which are pointers to a key vault
49
+
* A collection of **configured values** used within an `acr-task.yaml`
50
50
1. An **Azure key vault** to secure all secrets
51
51
1. An **Azure container instance**, which hosts the `hello-world` build application
52
52
@@ -56,7 +56,7 @@ The following steps configure values for resources created and used in the walkt
56
56
57
57
### Set environment variables
58
58
59
-
Configure variables unique to your environment. We follow best practices for placing resources with durable content in their own resource group to minimize accidental deletion. However, you can place these in a single resource group if desired.
59
+
Configure variables unique to your environment. We follow best practices for placing resources with durable content in their own resource group to minimize accidental deletion. However, you can place these variables in a single resource group if desired.
60
60
61
61
The examples in this article are formatted for the bash shell.
62
62
@@ -739,7 +739,7 @@ az group delete -n $ACI_RG --no-wait -y
739
739
740
740
## Next steps
741
741
742
-
In this article. you used ACR tasks to create an automated gating workflow to introduce updated base images to your environment. See related information to manage images in Azure Container Registry.
742
+
In this article, you used ACR tasks to create an automated gating workflow to introduce updated base images to your environment. See related information to manage images in Azure Container Registry.
743
743
744
744
745
745
*[Recommendations for tagging and versioning container images](container-registry-image-tag-version.md)
0 commit comments