Skip to content

Commit 0ed82fb

Browse files
committed
Changed link
1 parent 64c8f73 commit 0ed82fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ To use a custom image stored in a public registry, you need to enable anonymous
243243
> [!Caution]
244244
> Enabling anonymous (unauthenticated) pull access makes all registry content publicly available for read (pull) actions.
245245
246-
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).
247-
248246
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.
249247

248+
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).
249+
250250
#### Use a public registry with anonymous pull
251251

252252
To set up your registry to have anonymous image pull enabled, run the following commands in the Azure CLI:
@@ -274,7 +274,7 @@ To secure network access to your ACR, you can limit access to your own networks,
274274

275275
To disable access from public networks:
276276

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

0 commit comments

Comments
 (0)