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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.author: tejaswikolli
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.
12
12
13
-
This article walks you through the steps of enabling Caching for ACR with authentication by using the Azure portal. You will require to use the Credential set to make an authenticated pull or to access a private repository.
13
+
This article walks you through the steps of enabling Caching for ACR with authentication by using the Azure portal. You have to use the Credential set to make an authenticated pull or to access a private repository.
14
14
15
15
## Prerequisites
16
16
@@ -25,7 +25,7 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
25
25
2. In the side **Menu**, under the **Services**, select **Cache** (Preview).
26
26
27
27
28
-
:::image type="content" source="./media/container-registry-registry-cache/cache-preview-01.png" alt-text="Screenshot for Registry cache preview blade.":::
28
+
:::image type="content" source="./media/container-registry-registry-cache/cache-preview-01.png" alt-text="Screenshot for Registry cache preview.":::
Copy file name to clipboardExpand all lines: articles/container-registry/tutorial-troubleshoot-registry-cache.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.author: tejaswikolli
10
10
11
11
This article is part four in a four-part tutorial series. [Part one](tutorial-registry-cache.md) provides information about the Caching for ACR feature, its limitations, and benefits of the implementation in your registry. In [part two](tutorial-enable-registry-cache.md), you learn how to enable Caching for ACR feature by using the Azure portal. In [part three](tutorial-enable-registry-cache-auth.md), you learn how to enable Caching for ACR feature with authentication by using the Azure portal.
12
12
13
-
This article will help you troubleshoot problems you might encounter when attempting to use Caching for ACR.
13
+
This article helps you troubleshoot problems you might encounter when attempting to use Caching for ACR.
14
14
15
15
## Symptoms
16
16
@@ -52,15 +52,15 @@ The Azure portal autofills these fields for you. However, many Docker repositori
52
52
We recommend before creating a credential set inside the Azure portal, ensure both the Username and Password secrets are associated with a Key Vault or secret URIs.
53
53
54
54
- Credential sets can be stored using Azure Key Vault.
55
-
- When using Azure Key vault you must have a Key Vault name and Secret for both the Username and Password secrets.
55
+
- When using Azure Key vault, you must have a Key Vault name and Secret for both the Username and Password secrets.
56
56
57
57
Caching for ACR allows you to cache images from private Docker Hub repositories. In-order to store the credentials needed to access the private repository. You must create a credential set.
58
58
59
59
## Unhealthy Credential Set
60
60
61
61
Credential sets are a set of Key Vault secrets that operate as a Username and Password for private repositories. Unhealthy Credential sets are often a result of these secrets no longer being valid. Inside the Azure portal you can select the credential set, to edit and apply changes.
62
62
63
-
- Verify the secrets in Azure Key Vault have not expired.
63
+
- Verify the secrets in Azure Key Vault haven't expired.
64
64
- Verify the secrets in Azure Key Vault are valid.
65
65
66
66
Learn more about [Key Vaults][create-and-store-keyvault-credentials].
@@ -78,7 +78,7 @@ Learn more about the [Cache Terminology](tutorial-registry-cache.md#Terminology)
78
78
79
79
### Cache rule Limit
80
80
81
-
If you're facing issues while creating a Cache rule, we recommend to verify if you have more than 50 cache rules created.
81
+
If you're facing issues while creating a Cache rule, we recommend verifying if you have more than 50 cache rules created.
82
82
83
83
We recommend deleting any unwanted cache rules to avoid hitting the limit.
0 commit comments