Skip to content

Commit 618a752

Browse files
Edits
1 parent bc4c304 commit 618a752

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: tejaswikolli
88

99
# Enable Caching for ACR (Preview) - Azure portal
1010

11-
This article is part two of a four-part tutorial series. [Part one](tutorial-registry-cache.md) provides an overview of Caching for ACR , its features, benefits, and preview limitations. This article walks you through the steps of enabling Caching for ACR by using the Azure portal.
11+
This article is part two of a four-part tutorial series. [Part one](tutorial-registry-cache.md) provides an overview of Caching for ACR, its features, benefits, and preview limitations. This article walks you through the steps of enabling Caching for ACR by using the Azure portal.
1212

1313
## Prerequisites
1414

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Implementing Caching for ACR provides the following benefits:
2727

2828
***Private networks:*** Cached registries are available on private networks. Therefore, users can configure their firewall to meet compliance standards.
2929

30-
***Ensuring upstream content is delivered***: All registries, especially public ones like Docker Hub and others, have anonymous pull limits in order to ensure they can provide services to everyone. Caching for ACR allows users to pull images from the local ACR instead of the upstream registry. This will ensure the content is delivered from upstream and users gets the benefit of pulling the container images from the cache without counting to the pull limits.
30+
***Ensuring upstream content is delivered***: All registries, especially public ones like Docker Hub and others, have anonymous pull limits in order to ensure they can provide services to everyone. Caching for ACR allows users to pull images from the local ACR instead of the upstream registry. Caching for ACR ensures the content delivery from upstream and users gets the benefit of pulling the container images from the cache without counting to the pull limits.
3131

3232
## Terminology
3333

@@ -43,27 +43,27 @@ Implementing Caching for ACR provides the following benefits:
4343
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.
4444

4545
- Credentials
46-
- Credentials are a set of username and password for the source registry. Credentials are needed if you wish to authenticate with a public or private repository. Credentials contain four parts
46+
- 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
4747

4848
1. Credentials - The name of your credentials.
4949

50-
2. Source registry Login Server - The login server of your source registry. Only `docker.io` is supported currently.
50+
2. Source registry Login Server - The login server of your source registry. Currently, we only support `docker.io`.
5151

5252
3. Source Authentication - The key vault locations to store credentials.
5353
5454
4. Username and Password secrets- The secrets containing the username and password.
5555

5656
## Preview Limitations
5757

58-
- Quarantine functions like signing, scanning, and manual compliance approval are on the roadmap but aren't included in this release.
58+
- Quarantine functions like signing, scanning, and manual compliance approval are on the roadmap but not included in this release.
5959

60-
- Caching will only occur after the container image is requested at least once. For every new image available, a new pull request must be made. Caching for ACR does not automatically pull new versions of images when a new version is available. It is on the roadmap but isn't supported in this release.
60+
- Caching will only occur after at least one pull request is complete on the available container image. For every new image available, a new pull request must be complete. Caching for ACR does not automatically pull new versions of images when a new version is available. It is on the roadmap but not supported in this release.
6161

6262
- Caching for ACR only supports Docker Hub and Microsoft Artifact Registry. Multiple other registries including self-hosted registries are on the roadmap but aren't included in this release.
6363

6464
- Caching for ACR only supports 50 cache rules.
6565

66-
- Caching for ACR is only available by using the Azure portal. The Azure CLI will be released in the coming weeks.
66+
- Caching for ACR is only available by using the Azure portal. The Azure CLI is in target for the coming weeks.
6767

6868
## Next steps
6969

0 commit comments

Comments
 (0)