Skip to content

Commit 7884057

Browse files
edits
1 parent 9c1d3ef commit 7884057

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

articles/container-registry/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
href: tutorial-rotate-revoke-customer-managed-keys.md
5151
- name: Troubleshoot
5252
href: tutorial-troubleshoot-customer-managed-keys.md
53-
- name: Caching for ACR
53+
- name: Caching for ACR (preview)
5454
items:
5555
- name: Caching for ACR - Overview
5656
href: tutorial-registry-cache.md

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ az keyvault set-policy --name myKeyVaultName --object-id myObjID --secret-permis
8686

8787
1. For the **Select from Key Vault** option, Learn more about [creating credentials using key vault][create-and-store-keyvault-credentials].
8888

89-
1. For the **Enter secret URI's** option, type in the Secret URI for the Username and Password.
90-
9189
1. Select on **Create**
9290

9391
## Next steps

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,11 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
5454

5555
10. Select on **Save**
5656

57-
11. Run the [az keyvault set-policy][az-keyvault-set-policy] command to assign access to the Key Vault, before pulling the image.
58-
59-
```azurecli-interactive
60-
az keyvault set-policy --name myKeyVaultName --object-id myObjID --secret-permissions get
61-
```
62-
63-
12. Pull the image from your cache using the Docker command `docker pull myregistry.azurecr.io/hello-world`
57+
11. Pull the image from your cache using the Docker command `docker pull myregistry.azurecr.io/hello-world`
6458

6559
## Next steps
6660

6761
* Advance to the [next article](tutorial-enable-registry-cache-auth.md) to enable the Caching for ACR with authentication using Azure portal.
6862

6963
<!-- LINKS - External -->
70-
[create-and-store-keyvault-credentials]:../key-vault/secrets/quick-create-portal.md
71-
[az-keyvault-set-policy]: /azure/key-vault/general/assign-access-policy.md#assign-an-access-policy
64+
[create-and-store-keyvault-credentials]:../key-vault/secrets/quick-create-portal.md

0 commit comments

Comments
 (0)