Skip to content

Commit 670c3aa

Browse files
edits
1 parent 5d18ef6 commit 670c3aa

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/container-registry/container-registry-artifact-cache.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@ Artifact cache addresses the challenge of anonymous pull limits imposed by publi
2828
- Cache Rule - A Cache Rule is a rule you can create to pull artifacts from a supported repository into your cache.
2929
- A cache rule contains four parts:
3030

31-
1. Rule Name - The name of your cache rule. For example, `Hello-World-Cache`.
31+
- Rule Name - The name of your cache rule. For example, `Hello-World-Cache`.
3232

33-
2. Source - The name of the Source Registry.
33+
- Source - The name of the Source Registry.
3434

35-
3. Repository Path - The source path of the repository to find and retrieve artifacts you want to cache. For example, `docker.io/library/hello-world`.
35+
- Repository Path - The source path of the repository to find and retrieve artifacts you want to cache. For example, `docker.io/library/hello-world`.
3636

37-
4. New ACR Repository Namespace - The name of the new repository path to store artifacts. For example, `hello-world`. The Repository can't already exist inside the ACR instance.
37+
- New ACR Repository Namespace - The name of the new repository path to store artifacts. For example, `hello-world`. The Repository can't already exist inside the ACR instance.
3838

3939
- Credentials
4040
- Credentials are a set of username and password for the source registry. You require Credentials to authenticate with a public or private repository. Credentials contain four parts
4141

42-
1. Credentials - The name of your credentials.
42+
- Credentials - The name of your credentials.
4343

44-
2. Source registry Login Server - The login server of your source registry.
44+
- Source registry Login Server - The login server of your source registry.
4545

46-
3. Source Authentication - The key vault locations to store credentials.
46+
- Source Authentication - The key vault locations to store credentials.
4747
48-
4. Username and Password secrets- The secrets containing the username and password.
48+
- Username and Password secrets- The secrets containing the username and password.
4949

5050
## Limitations
5151

@@ -157,7 +157,7 @@ You can enable Artifact cache in your Azure Container Registry with or without a
157157
az acr Cache show -r MyRegistry -n MyRule
158158
```
159159
160-
### Create the Credentials
160+
### Create the credentials
161161
162162
Before configuring the Credentials, you have to create and store secrets in the Azure KeyVault and retrieve the secrets from the Key Vault. Learn more about [creating and storing credentials in a Key Vault.][create-and-store-keyvault-credentials] And to [set and retrieve a secret from Key Vault.][set-and-retrieve-a-secret].
163163
@@ -190,7 +190,7 @@ Before configuring the Credentials, you have to create and store secrets in the
190190
az acr credential-set show -r MyRegistry -n MyCredSet
191191
```
192192
193-
### Configure and create a Cache rule with the Credentials
193+
### Configure and create a cache rule with the credentials
194194
195195
1. Run [az acr cache create][az-acr-cache-create] command to create a cache rule.
196196
@@ -244,7 +244,7 @@ Before configuring the Credentials, you have to create and store secrets in the
244244
--secret-permissions get
245245
```
246246
247-
### Pull your Image
247+
### Pull your image
248248
249249
1. Pull the image from your cache using the Docker command by the registry login server name, repository name, and its desired tag.
250250
@@ -404,7 +404,7 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
404404
docker pull myregistry.azurecr.io/hello-world:latest
405405
```
406406
407-
### Create new Credentials
407+
### Create new credentials
408408
409409
Before configuring the Credentials, you require to create and store secrets in the Azure KeyVault and retrieve the secrets from the Key Vault. Learn more about [creating and storing credentials in a Key Vault.][create-and-store-keyvault-credentials] And to [set and retrieve a secret from Key Vault.][set-and-retrieve-a-secret].
410410

0 commit comments

Comments
 (0)