You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/deployment-environments/how-to-configure-extensibility-bicep-container-image.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,10 +243,10 @@ To use a custom image stored in a public registry, you need to enable anonymous
243
243
> [!Caution]
244
244
> Enabling anonymous (unauthenticated) pull access makes all registry content publicly available for read (pull) actions.
245
245
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
-
248
246
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.
249
247
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
+
250
250
#### Use a public registry with anonymous pull
251
251
252
252
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,
274
274
275
275
To disable access from public networks:
276
276
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.
278
278
1. In the Azure portal, go to the ACR that you want to configure.
279
279
1. On the left menu, under **Settings**, select **Networking**.
280
280
1. On the Networking page, on the **Public access** tab, under **Public network access**, select **Disabled**.
0 commit comments