Skip to content

Commit 00eaf38

Browse files
changes
1 parent 9b4b59f commit 00eaf38

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ Artifact Cache currently supports the following upstream registries:
6161

6262
| Upstream registries | Support | Availability |
6363
| --------------------------- | ------------------------------------------------------------ | ----------------------- |
64-
| Docker | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI, Azure portal |
64+
| Docker Hub | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI, Azure portal |
6565
| Microsoft Artifact Registry | Supports unauthenticated pulls only. | Azure CLI, Azure portal |
6666
| ECR Public | Supports unauthenticated pulls only. | Azure CLI, Azure portal |
6767
| GitHub Container Registry | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI, Azure portal |
68-
| Nivida | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI |
68+
| Nvidia | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI |
6969
| Quay | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI, Azure portal |
7070
| registry.k8s.io | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI |
7171

articles/container-registry/tutorial-enable-artifact-cache-auth-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ Before configuring a Credential Set, you have to create and store secrets in the
136136
az acr cache delete -r MyRegistry -n MyRule
137137
```
138138
139-
3. Run[az acr credential set list][az-acr-credential-set-list] to list the credential sets in an Azure Container Registry.
139+
3. Run[az acr credential set list][az-acr-credential-set-list] to list the credential in an Azure Container Registry.
140140
141-
- For example, to list the credential sets for a given `MyRegistry` Azure Container Registry.
141+
- For example, to list the credential for a given `MyRegistry` Azure Container Registry.
142142
143143
```azurecli-interactive
144144
az acr credential-set list -r MyRegistry

articles/container-registry/tutorial-enable-artifact-cache-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ This article is part three of a six-part tutorial series. [Part one](tutorial-ar
1717

1818
## Configure Artifact Cache - Azure CLI
1919

20-
Follow the steps to create a Cache rule without using a Credential set.
20+
Follow the steps to create a Cache rule without using a Credentials.
2121

2222
### Create a Cache rule
2323

2424
1. Run [az acr Cache create][az-acr-cache-create] command to create a Cache rule.
2525

26-
- For example, to create a Cache rule without a credential set for a given `MyRegistry` Azure Container Registry.
26+
- For example, to create a Cache rule without credentials for a given `MyRegistry` Azure Container Registry.
2727

2828
```azurecli-interactive
2929
az acr Cache create -r MyRegistry -n MyRule -s docker.io/library/ubuntu -t ubuntu-

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ May include one or more of the following issues:
1919
- Cached images don't appear in a real repository
2020
- [Cached images don't appear in a live repository](tutorial-troubleshoot-artifact-cache.md#cached-images-dont-appear-in-a-live-repository)
2121

22-
- Credential set has an unhealthy status
23-
- [Unhealthy Credential Set](tutorial-troubleshoot-artifact-cache.md#unhealthy-credential-set)
22+
- Credentials has an unhealthy status
23+
- [Unhealthy Credentials](tutorial-troubleshoot-artifact-cache.md#unhealthy-credentials)
2424

2525
- Unable to create a cache rule
2626
- [Cache rule Limit](tutorial-troubleshoot-artifact-cache.md#cache-rule-limit)
@@ -36,9 +36,9 @@ If you're having an issue with cached images not showing up in your repository i
3636

3737
The Azure portal autofills these fields for you. However, many Docker repositories begin with `library/` in their path. For example, in-order to cache the `hello-world` repository, the correct Repository Path is `docker.io/library/hello-world`.
3838

39-
## Unhealthy Credential Set
39+
## Unhealthy Credentials
4040

41-
Credential sets are a set of Key Vault secrets that operate as a Username and Password for private repositories. Unhealthy Credential sets are often a result of these secrets no longer being valid. In the Azure portal, you can select the credential set, to edit and apply changes.
41+
Credentials are a set of Key Vault secrets that operate as a Username and Password for private repositories. Unhealthy Credentials are often a result of these secrets no longer being valid. In the Azure portal, you can select the credentials, to edit and apply changes.
4242

4343
- Verify the secrets in Azure Key Vault haven't expired.
4444
- Verify the secrets in Azure Key Vault are valid.
@@ -69,11 +69,11 @@ Artifact Cache currently supports the following upstream registries:
6969

7070
| Upstream registries | Support | Availability |
7171
| --------------------------- | ------------------------------------------------------------ | ----------------------- |
72-
| Docker | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI, Azure portal |
72+
| Docker Hub | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI, Azure portal |
7373
| Microsoft Artifact Registry | Supports unauthenticated pulls only. | Azure CLI, Azure portal |
7474
| ECR Public | Supports unauthenticated pulls only. | Azure CLI, Azure portal |
7575
| GitHub Container Registry | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI, Azure portal |
76-
| Nivida | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI |
76+
| Nvidia | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI |
7777
| Quay | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI, Azure portal |
7878
| registry.k8s.io | Supports both authenticated pulls and unauthenticated pulls. | Azure CLI |
7979

0 commit comments

Comments
 (0)