Skip to content

Commit 30c8508

Browse files
edits for preview
1 parent 7884057 commit 30c8508

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 04/19/2022
66
ms.author: tejaswikolli
77
---
88

9-
# # Enable Caching for ACR with authentication - Azure portal
9+
# Enable Caching for ACR (Preview) with authentication - Azure portal
1010

1111
This article is part three 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. In [part two](tutorial-enable-registry-cache.md), you learn how to enable Caching for ACR feature by using the Azure portal.
1212

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: Enable Caching for ACR- Azure portal
2+
title: Enable Caching for ACR (preview)- Azure portal
33
description: Learn how to enable Registry Cache in your Azure Container Registry using Azure portal.
44
ms.topic: tutorial
55
ms.date: 04/19/2022
66
ms.author: tejaswikolli
77
---
88

9-
# Enable Caching for ACR- Azure portal
9+
# 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

1515
* Sign in to the [Azure portal](https://ms.portal.azure.com/).
1616

17-
## Configure Caching for ACR - Azure portal
17+
## Configure Caching for ACR (preview) - Azure portal
1818

1919
Follow the steps to create cache rule in the [Azure portal](https://portal.azure.com).
2020

@@ -58,7 +58,7 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
5858

5959
## Next steps
6060

61-
* Advance to the [next article](tutorial-enable-registry-cache-auth.md) to enable the Caching for ACR with authentication using Azure portal.
61+
* Advance to the [next article](tutorial-enable-registry-cache-auth.md) to enable the Caching for ACR (preview) with authentication using Azure portal.
6262

6363
<!-- LINKS - External -->
6464
[create-and-store-keyvault-credentials]:../key-vault/secrets/quick-create-portal.md

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,35 @@ ms.topic: tutorial
55
ms.date: 04/19/2022
66
ms.author: tejaswikolli
77
---
8-
# Caching for Azure Container Registry
8+
# Caching for Azure Container Registry (Preview)
99

10-
Azure Container Registry (ACR) introduces its new feature Caching for ACR. This feature allows users to cache container images in a private container registry. Caching for ACR, is a preview feature available in *Basic*, *Standard*, and *Premium* [service tiers](container-registry-skus.md).
10+
Caching for Azure Container Registry (Preview) feature allows users to cache container images in a private container registry. Caching for ACR, is a preview feature available in *Basic*, *Standard*, and *Premium* [service tiers](container-registry-skus.md).
1111

1212
This article is part one in a four-part tutorial series. The tutorial covers:
1313

1414
> [!div class="checklist"]
15-
> * Caching for ACR - Overview
15+
> * Caching for ACR (preview)
1616
> * Enable Caching for ACR - Azure portal
1717
> * Enable Caching for ACR with authentication - Azure portal
1818
> * Troubleshooting guide for Caching for ACR
1919
20-
## Caching for ACR
20+
## Caching for ACR (Preview)
2121

22-
Caching for ACR enables you to cache container images from public and private repositories.
22+
Caching for ACR (preview) enables you to cache container images from public and private repositories.
2323

2424
Implementing Caching for ACR provides the following benefits:
2525

2626
***High-speed pull operations:*** Faster pulls of container images are achievable by caching the container images in ACR. Since Microsoft manages the Azure network, pull operations are faster by providing Geo-Replication and Availability Zone support to the customers.
2727

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

30-
***Docker Rate Limit:*** Docker has updated their terms of services to rate limit pulls for customers. The rate limit of the pull depends on the type of account in use. Caching for ACR allows users to pull images from the cache. Container images pulled from the cache ***do not*** count toward Docker's pull limit. Learn more docker hub rate limit [here][docker-rate-limit].
30+
***Docker Rate Limit:*** Docker has updated their terms of services to rate limit pulls for customers. The rate limit of the pull depends on the type of account in use. Caching for ACR allows users to pull images from the cache. Container images pulled from the cache ***do not*** count toward Docker's pull limit. Learn more Docker Hub rate limit [here][docker-rate-limit].
3131

3232

3333
## Terminology
3434

35-
- Cache Rule
36-
- A Cache Rule is a rule you can create to pull artifacts from a supported repository into your cache. A cache rule contains four parts:
35+
- Cache Rule - A Cache Rule is a rule you can create to pull artifacts from a supported repository into your cache.
36+
- A cache rule contains four parts:
3737

3838
1. Rule Name - The name of your cache rule. For example, `Hello-World-Cache`.
3939

@@ -48,7 +48,7 @@ Implementing Caching for ACR provides the following benefits:
4848

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

51-
2. Source registry Login Server - The login server of your source registry. Only `docker.io` is supported.
51+
2. Source registry Login Server - The login server of your source registry. Only `docker.io` is supported currently.
5252

5353
3. Source Authentication - The key vault locations to store credentials.
5454
@@ -58,18 +58,18 @@ Implementing Caching for ACR provides the following benefits:
5858

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

61-
- 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 doesn't automatically pull new version of images when a new version is available. It is on the roadmap but isn't supported in this release.
61+
- 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.
6262

6363
- 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.
6464

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

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

6969
## Next steps
7070

71-
* To enable Caching for ACR using the Azure portal advance to the next article: [Enable Caching for ACR](tutorial-enable-registry-cache.md).
71+
* To enable Caching for ACR (preview) using the Azure portal advance to the next article: [Enable Caching for ACR](tutorial-enable-registry-cache.md).
7272

7373
<!-- LINKS - External -->
7474

75-
[docker-rate-limit]:aka.ms/docker-rate-limit
75+
[docker-rate-limit]:http://aka.ms/docker-rate-limit

0 commit comments

Comments
 (0)