You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-registry/tutorial-enable-registry-cache-auth.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.date: 04/19/2022
6
6
ms.author: tejaswikolli
7
7
---
8
8
9
-
# # Enable Caching for ACR with authentication - Azure portal
9
+
# Enable Caching for ACR (Preview) with authentication - Azure portal
10
10
11
11
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.
Copy file name to clipboardExpand all lines: articles/container-registry/tutorial-enable-registry-cache.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
-
title: Enable Caching for ACR- Azure portal
2
+
title: Enable Caching for ACR (preview)- Azure portal
3
3
description: Learn how to enable Registry Cache in your Azure Container Registry using Azure portal.
4
4
ms.topic: tutorial
5
5
ms.date: 04/19/2022
6
6
ms.author: tejaswikolli
7
7
---
8
8
9
-
# Enable Caching for ACR- Azure portal
9
+
# Enable Caching for ACR (Preview) - Azure portal
10
10
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.
12
12
13
13
## Prerequisites
14
14
15
15
* Sign in to the [Azure portal](https://ms.portal.azure.com/).
16
16
17
-
## Configure Caching for ACR - Azure portal
17
+
## Configure Caching for ACR (preview) - Azure portal
18
18
19
19
Follow the steps to create cache rule in the [Azure portal](https://portal.azure.com).
20
20
@@ -58,7 +58,7 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
58
58
59
59
## Next steps
60
60
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.
Copy file name to clipboardExpand all lines: articles/container-registry/tutorial-registry-cache.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,35 +5,35 @@ ms.topic: tutorial
5
5
ms.date: 04/19/2022
6
6
ms.author: tejaswikolli
7
7
---
8
-
# Caching for Azure Container Registry
8
+
# Caching for Azure Container Registry (Preview)
9
9
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).
11
11
12
12
This article is part one in a four-part tutorial series. The tutorial covers:
13
13
14
14
> [!div class="checklist"]
15
-
> * Caching for ACR - Overview
15
+
> * Caching for ACR (preview)
16
16
> * Enable Caching for ACR - Azure portal
17
17
> * Enable Caching for ACR with authentication - Azure portal
18
18
> * Troubleshooting guide for Caching for ACR
19
19
20
-
## Caching for ACR
20
+
## Caching for ACR (Preview)
21
21
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.
23
23
24
24
Implementing Caching for ACR provides the following benefits:
25
25
26
26
***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.
27
27
28
28
***Private networks:*** Cached registries are available on private networks. Therefore, users can configure their firewall to meet compliance standards.
29
29
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].
31
31
32
32
33
33
## Terminology
34
34
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:
37
37
38
38
1. Rule Name - The name of your cache rule. For example, `Hello-World-Cache`.
39
39
@@ -48,7 +48,7 @@ Implementing Caching for ACR provides the following benefits:
48
48
49
49
1. Credentials - The name of your credentials.
50
50
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.
52
52
53
53
3. Source Authentication - The key vault locations to store credentials.
54
54
@@ -58,18 +58,18 @@ Implementing Caching for ACR provides the following benefits:
58
58
59
59
- Quarantine functions like signing, scanning, and manual compliance approval are on the roadmap but aren't included in this release.
60
60
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.
62
62
63
63
- 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.
64
64
65
65
- Caching for ACR only supports 50 cache rules.
66
66
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.
68
68
69
69
## Next steps
70
70
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).
0 commit comments