Skip to content

Commit b62ed71

Browse files
Acrolinx edits
1 parent 4b21626 commit b62ed71

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: tejaswikolli
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

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

1515
## Prerequisites
1616

@@ -25,7 +25,7 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
2525
2. In the side **Menu**, under the **Services**, select **Cache** (Preview).
2626

2727

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.":::
2929

3030

3131
3. Select **Create Rule**.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
2323
2. In the side **Menu**, under the **Services**, select **Cache** (Preview).
2424

2525

26-
:::image type="content" source="./media/container-registry-registry-cache/cache-preview-01.png" alt-text="Screenshot for Registry cache preview blade.":::
26+
:::image type="content" source="./media/container-registry-registry-cache/cache-preview-01.png" alt-text="Screenshot for Registry cache preview.":::
2727

2828

2929
3. Select **Create Rule**.
@@ -44,7 +44,7 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
4444

4545
7. Enter the **Repository Path** to the artifacts you want to cache.
4646

47-
8. You have an option to skip **Authentication**.
47+
8. You can skip **Authentication**, if you aren't accessing a private repository or performing an authenticated pull.
4848

4949
9. Under the **Destination**, Enter the name of the **New ACR repository path** to store cached artifacts.
5050

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: tejaswikolli
1010

1111
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.
1212

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

1515
## Symptoms
1616

@@ -52,15 +52,15 @@ The Azure portal autofills these fields for you. However, many Docker repositori
5252
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.
5353

5454
- 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.
5656

5757
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.
5858

5959
## Unhealthy Credential Set
6060

6161
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.
6262

63-
- Verify the secrets in Azure Key Vault have not expired.
63+
- Verify the secrets in Azure Key Vault haven't expired.
6464
- Verify the secrets in Azure Key Vault are valid.
6565

6666
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)
7878

7979
### Cache rule Limit
8080

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

8383
We recommend deleting any unwanted cache rules to avoid hitting the limit.
8484

0 commit comments

Comments
 (0)