Skip to content

Commit 7fc4326

Browse files
authored
Formatting
1 parent bdce17b commit 7fc4326

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ This article walks you through the steps of enabling Caching for ACR with authen
1414

1515
## Prerequisites
1616

17-
>* You can use the [Azure Cloud Shell][Azure Cloud Shell] or a local installation of the Azure CLI to run the command examples in this article. If you'd like to use it locally, version 2.0.74 or later is required. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][Install Azure CLI].
18-
>* 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]
19-
>* You can set and retrieve secrets from your Key Vault. Learn more about [set and retrieve a secret from Key Vault.][set-and-retrieve-a-secret]
17+
* You can use the [Azure Cloud Shell][Azure Cloud Shell] or a local installation of the Azure CLI to run the command examples in this article. If you'd like to use it locally, version 2.0.74 or later is required. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][Install Azure CLI].
18+
* 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]
19+
* You can set and retrieve secrets from your Key Vault. Learn more about [set and retrieve a secret from Key Vault.][set-and-retrieve-a-secret]
2020

2121
## Configure Caching for ACR (preview) with authentication - Azure CLI
2222

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This article walks you through the steps of enabling Caching for ACR with authen
1414

1515
## Prerequisites
1616

17-
>* Sign in to the [Azure portal](https://ms.portal.azure.com/).
18-
>* 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]
17+
* Sign in to the [Azure portal](https://ms.portal.azure.com/).
18+
* 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]
1919

2020
## Configure Caching for ACR (preview) with authentication - Azure portal
2121

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article is part three of a six-part tutorial series. [Part one](tutorial-re
1212

1313
## Prerequisites
1414

15-
>* You can use the [Azure Cloud Shell][Azure Cloud Shell] or a local installation of the Azure CLI to run the command examples in this article. If you'd like to use it locally, version 2.0.74 or later is required. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][Install Azure CLI].
15+
* You can use the [Azure Cloud Shell][Azure Cloud Shell] or a local installation of the Azure CLI to run the command examples in this article. If you'd like to use it locally, version 2.0.74 or later is required. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][Install Azure CLI].
1616

1717
## Configure Caching for ACR (preview) - Azure CLI
1818

@@ -36,7 +36,7 @@ Follow the steps to create a cache rule without using a Credential set.
3636
az acr cache show -r MyRegistry -n MyRule
3737
```
3838
39-
### Pull your Image
39+
### Pull your image
4040
4141
1. Pull the image from your cache using the Docker command `docker pull myregistry.azurecr.io/hello-world`.
4242

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article is part two of a six-part tutorial series. [Part one](tutorial-regi
1212

1313
## Prerequisites
1414

15-
>* Sign in to the [Azure portal](https://ms.portal.azure.com/)
15+
* Sign in to the [Azure portal](https://ms.portal.azure.com/)
1616

1717
## Configure Caching for ACR (preview) - Azure portal
1818

0 commit comments

Comments
 (0)