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
description: "Artifact cache is a feature that allows you to cache container images in Azure Container Registry, improving performance and efficiency."
4
4
author: tejaswikolli-web
5
5
ms.service: container-registry
6
+
ms.topic: conceptual #Don't change
6
7
ms.custom: devx-track-azurecli
7
8
zone_pivot_groups: container-registry-zones
8
9
ms.date: 02/26/2024
9
10
ai-usage: ai-assisted
10
-
#customer intent: As a developer, I want artifact cache capabilities so that I can efficiently deliver and serve containerized applications to end-users in real-time.
11
+
#customer intent: As a developer, I want Artifact cache capabilities so that I can efficiently deliver and serve containerized applications to end-users in real-time.
11
12
---
12
13
13
-
# Artifact Cache in Azure Container Registry (Preview)
14
+
# Artifact cache in Azure Container Registry (Preview)
14
15
15
-
Artifact Cache feature allows users to cache container images in a private container registry. Artifact Cache is available in *Basic*, *Standard*, and *Premium*[service tiers](container-registry-skus.md).
16
+
Artifact cache feature allows users to cache container images in a private container registry. Artifact cache is available in *Basic*, *Standard*, and *Premium*[service tiers](container-registry-skus.md).
16
17
17
-
Artifact Cache enhances container image management by providing a caching solution for both public and private repositories.
18
+
Artifact cache enhances container image management by providing a caching solution for both public and private repositories.
18
19
19
-
Artifact Cache offers faster and more *reliable pull operations* through Azure Container Registry (ACR), utilizing features like Geo-Replication and Availability Zone support for higher availability and speed image pulls.
20
+
Artifact cache offers faster and more *reliable pull operations* through Azure Container Registry (ACR), utilizing features like Geo-Replication and Availability Zone support for higher availability and speed image pulls.
20
21
21
-
Artifact Cache allows cached registries to be accessible over *private networks* for users to align with firewall configurations and compliance standards seamlessly.
22
+
Artifact cache allows cached registries to be accessible over *private networks* for users to align with firewall configurations and compliance standards seamlessly.
22
23
23
-
Artifact Cache addresses the challenge of anonymous pull limits imposed by public registries like Docker Hub. By allowing users to pull images from the local ACR, it circumvents these limits, ensuring *uninterrupted content delivery* from upstream sources and eliminating the concern of hitting pull limits.
24
+
Artifact cache addresses the challenge of anonymous pull limits imposed by public registries like Docker Hub. By allowing users to pull images from the local ACR, it circumvents these limits, ensuring *uninterrupted content delivery* from upstream sources and eliminating the concern of hitting pull limits.
24
25
25
26
## Terminology
26
27
@@ -48,13 +49,13 @@ Artifact Cache addresses the challenge of anonymous pull limits imposed by publi
48
49
49
50
## Limitations
50
51
51
-
- Cache will only occur after at least one image pull is complete on the available container image. For every new image available, a new image pull must be complete. Artifact Cache doesn't automatically pull new tags of images when a new tag is available. It is on the roadmap but not supported in this release.
52
+
- Cache will only occur after at least one image pull is complete on the available container image. For every new image available, a new image pull must be complete. Artifact cache doesn't automatically pull new tags of images when a new tag is available. It is on the roadmap but not supported in this release.
52
53
53
-
- Artifact Cache only supports 1,000 cache rules.
54
+
- Artifact cache only supports 1,000 cache rules.
54
55
55
56
## Upstream support
56
57
57
-
Artifact Cache currently supports the following upstream registries:
58
+
Artifact cache currently supports the following upstream registries:
You can enable Artifact Cache in your Azure Container Registry with or without authentication using Azure portal by following the steps.
299
+
You can enable Artifact cache in your Azure Container Registry with or without authentication using Azure portal by following the steps.
299
300
300
301
### Prerequisites
301
302
302
303
* Sign in to the [Azure portal](https://ms.portal.azure.com/)
303
304
* You have an existing Key Vault to store credentials. Learn more about [creating and storing credentials in a Key Vault.][create-and-store-keyvault-credentials]
304
305
* You have the existing Key vaults without the Role based access(RBAC) controls.
305
306
306
-
### Configure Artifact Cache without credentials
307
+
### Configure Artifact cache without credentials
307
308
308
309
Follow the steps to create cache rule in the [Azure portal](https://portal.azure.com).
309
310
@@ -351,7 +352,7 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
Follow the steps to create cache rule in the [Azure portal](https://portal.azure.com).
357
358
@@ -372,7 +373,7 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
372
373
4. A window for **New cache rule** appears.
373
374
374
375
375
-
:::image type="content" source="./media/container-registry-artifact-cache/new-cache-rule-auth-03.png" alt-text="Screenshot for new Cache Rule in Azure portal.":::
376
+
:::image type="content" source="./media/container-registry-artifact-cache/new-cache-rule-auth-03.png" alt-text="Screenshot for new Cache Rule with auth in Azure portal.":::
376
377
377
378
378
379
5. Enter the **Rule name**.
@@ -418,7 +419,7 @@ Before configuring the Credentials, you require to create and store secrets in t
418
419
419
420
1. Enter **Name** for the new credentials for your source registry.
420
421
421
-
1. Select a **Source Authentication**. Artifact Cache currently supports **Select from Key Vault** and **Enter secret URI's**.
422
+
1. Select a **Source Authentication**. Artifact cache currently supports **Select from Key Vault** and **Enter secret URI's**.
422
423
423
424
1. For the **Select from Key Vault** option, Learn more about [creating credentials using key vault][create-and-store-keyvault-credentials].
Copy file name to clipboardExpand all lines: articles/container-registry/troubleshoot-artifact-cache.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: Troubleshoot Artifact Cache
3
-
description: Learn how to troubleshoot the most common problems for a registry enabled with the Artifact Cache feature.
4
-
ms.topic: tutorial
2
+
title: Troubleshoot Artifact cache
3
+
description: Learn how to troubleshoot the most common problems for a registry enabled with the Artifact cache feature.
4
+
ms.topic: article
5
5
ms.date: 10/31/2023
6
6
ms.author: tejaswikolli
7
7
ms.service: container-registry
8
-
# customer intent: As a user, I want to troubleshoot the most common problems for a registry enabled with the Artifact Cache feature so that I can effectively use the feature.
8
+
# customer intent: As a user, I want to troubleshoot the most common problems for a registry enabled with the Artifact cache feature so that I can effectively use the feature.
9
9
---
10
10
11
-
# Troubleshoot guide for Artifact Cache
11
+
# Troubleshoot guide for Artifact cache
12
12
13
-
In this tutorial, you troubleshoot the most common problems for a registry enabled with the Artifact Cache feature by identifying the Symptoms, causes, and potential solutions to effectively use the feature.
13
+
In this tutorial, you troubleshoot the most common problems for a registry enabled with the Artifact cache feature by identifying the Symptoms, causes, and potential solutions to effectively use the feature.
14
14
15
15
## Symptoms and Causes
16
16
@@ -83,7 +83,7 @@ To resolve this issue, you need to follow these steps:
83
83
84
84
## Upstream support
85
85
86
-
Artifact Cache currently supports the following upstream registries:
86
+
Artifact cache currently supports the following upstream registries:
0 commit comments