Skip to content

Commit c72d300

Browse files
291586 - fixing typos
1 parent 50b0e0d commit c72d300

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-registry/tasks-consume-public-content.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ This walkthrough sets up:
4444
1. Import and validate the `node` image to the company/team shared registry
4545
1. Build and deploy the `hello-world` image
4646
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`
5050
1. An **Azure key vault** to secure all secrets
5151
1. An **Azure container instance**, which hosts the `hello-world` build application
5252

@@ -56,7 +56,7 @@ The following steps configure values for resources created and used in the walkt
5656

5757
### Set environment variables
5858

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.
6060

6161
The examples in this article are formatted for the bash shell.
6262

@@ -739,7 +739,7 @@ az group delete -n $ACI_RG --no-wait -y
739739

740740
## Next steps
741741

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.
743743

744744

745745
* [Recommendations for tagging and versioning container images](container-registry-image-tag-version.md)

0 commit comments

Comments
 (0)