Skip to content

Commit 934882a

Browse files
edits
1 parent 66549e2 commit 934882a

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

.openpublishing.redirection.container-registry.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"redirect_document_id": false
2727
},
2828
{
29-
"source_path_from_root": "/articles/container-registry/tutorial-troubleshoot-registry-cache.md",
30-
"redirect_url": "/azure/container-registry/tutorial-troubleshoot-artifact-cache",
29+
"source_path_from_root": "/articles/container-registry/tutorial-troubleshoot-artifact-cache.md",
30+
"redirect_url": "/azure/container-registry/troubleshoot-artifact-cache",
3131
"redirect_document_id": false
3232
},
3333
{

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

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,25 @@ title: "Artifact cache in Azure Container Registry (Preview)"
33
description: "Artifact cache is a feature that allows you to cache container images in Azure Container Registry, improving performance and efficiency."
44
author: tejaswikolli-web
55
ms.service: container-registry
6+
ms.topic: conceptual #Don't change
67
ms.custom: devx-track-azurecli
78
zone_pivot_groups: container-registry-zones
89
ms.date: 02/26/2024
910
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.
1112
---
1213

13-
# Artifact Cache in Azure Container Registry (Preview)
14+
# Artifact cache in Azure Container Registry (Preview)
1415

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).
1617

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.
1819

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.
2021

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.
2223

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.
2425

2526
## Terminology
2627

@@ -48,13 +49,13 @@ Artifact Cache addresses the challenge of anonymous pull limits imposed by publi
4849

4950
## Limitations
5051

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.
5253

53-
- Artifact Cache only supports 1,000 cache rules.
54+
- Artifact cache only supports 1,000 cache rules.
5455

5556
## Upstream support
5657

57-
Artifact Cache currently supports the following upstream registries:
58+
Artifact cache currently supports the following upstream registries:
5859

5960
| Upstream registries | Support | Availability |
6061
| -------------------------------------- | ------------------------------------------------------------ | ----------------------- |
@@ -69,7 +70,7 @@ Artifact Cache currently supports the following upstream registries:
6970

7071
## Wildcards
7172

72-
Wildcard use asterisks (*) to match multiple paths within the container image registry. Artifact Cache currently supports the following wildcards:
73+
Wildcard use asterisks (*) to match multiple paths within the container image registry. Artifact cache currently supports the following wildcards:
7374

7475
> [!NOTE]
7576
> The cache rules map from Target Repository => Source Repository.
@@ -127,9 +128,9 @@ The addition of the new cache rule is allowed because `contoso.azurecr.io/librar
127128
:::zone target="docs" pivot="development-environment-azure-cli"
128129
<!-- markdownlint-enable MD044 -->
129130

130-
## Enable Artifact Cache - Azure CLI
131+
## Enable Artifact cache - Azure CLI
131132

132-
You can enable Artifact Cache in your Azure Container Registry with or without authentication using Azure CLI by following the steps.
133+
You can enable Artifact cache in your Azure Container Registry with or without authentication using Azure CLI by following the steps.
133134

134135
### Prerequisites
135136

@@ -293,17 +294,17 @@ Before configuring the Credentials, you have to create and store secrets in the
293294
:::zone target="docs" pivot="development-environment-azure-portal"
294295
<!-- markdownlint-enable MD044 -->
295296
296-
## Enable Artifact Cache - Azure portal
297+
## Enable Artifact cache - Azure portal
297298
298-
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.
299300
300301
### Prerequisites
301302
302303
* Sign in to the [Azure portal](https://ms.portal.azure.com/)
303304
* 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]
304305
* You have the existing Key vaults without the Role based access(RBAC) controls.
305306
306-
### Configure Artifact Cache without credentials
307+
### Configure Artifact cache without credentials
307308
308309
Follow the steps to create cache rule in the [Azure portal](https://portal.azure.com).
309310
@@ -351,7 +352,7 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
351352
docker pull myregistry.azurecr.io/hello-world:latest
352353
```
353354
354-
### Configure Artifact Cache with authentication
355+
### Configure Artifact cache with authentication
355356
356357
Follow the steps to create cache rule in the [Azure portal](https://portal.azure.com).
357358
@@ -372,7 +373,7 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
372373
4. A window for **New cache rule** appears.
373374
374375
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.":::
376377
377378
378379
5. Enter the **Rule name**.
@@ -418,7 +419,7 @@ Before configuring the Credentials, you require to create and store secrets in t
418419
419420
1. Enter **Name** for the new credentials for your source registry.
420421
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**.
422423
423424
1. For the **Select from Key Vault** option, Learn more about [creating credentials using key vault][create-and-store-keyvault-credentials].
424425

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
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
55
ms.date: 10/31/2023
66
ms.author: tejaswikolli
77
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.
99
---
1010

11-
# Troubleshoot guide for Artifact Cache
11+
# Troubleshoot guide for Artifact cache
1212

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.
1414

1515
## Symptoms and Causes
1616

@@ -83,7 +83,7 @@ To resolve this issue, you need to follow these steps:
8383

8484
## Upstream support
8585

86-
Artifact Cache currently supports the following upstream registries:
86+
Artifact cache currently supports the following upstream registries:
8787

8888
| Upstream registries | Support | Availability |
8989
| --------------------------- | ------------------------------------------------------------ | ----------------------- |

0 commit comments

Comments
 (0)