Skip to content

Commit 12dc000

Browse files
committed
Changed link
1 parent 938c4f1 commit 12dc000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/deployment-environments/how-to-configure-extensibility-terraform-container-image.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ To use a custom image stored in a public registry, you need to enable anonymous
189189
190190
To use a custom image stored in ACR, you need to ensure that ADE has appropriate permissions to access your image. Anonymous pull access is disabled by default in ACR.
191191

192-
#### Use a public registry with anonymous pull
192+
To create an instance of the ACR, which can be done through the Azure CLI, the Azure portal, PowerShell commands, and more, follow one of the [quickstarts](/azure/container-registry/container-registry-get-started-azure-cli).
193193

194-
To create a registry, which can be done through the Azure CLI, the Azure portal, PowerShell commands, and more, follow one of the [quickstarts](/azure/container-registry/container-registry-get-started-azure-cli).
194+
#### Use a public registry with anonymous pull
195195

196196
To set up your registry to have anonymous image pull enabled, run the following commands in the Azure CLI:
197197

@@ -218,7 +218,7 @@ To secure network access to your ACR, you can limit access to your own networks,
218218

219219
To disable access from public networks:
220220

221-
1. [Create an ACR instance](/azure/container-registry/container-registry-get-started-portal?tabs=azure-cli) or use an existing one.
221+
1. [Create an ACR instance](/azure/container-registry/container-registry-get-started-azure-cli) or use an existing one.
222222
1. In the Azure portal, go to the ACR that you want to configure.
223223
1. On the left menu, under **Settings**, select **Networking**.
224224
1. On the Networking page, on the **Public access** tab, under **Public network access**, select **Disabled**.

0 commit comments

Comments
 (0)