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
#customer intent: As a developer, I want to learn how to build and utilize custom images with my environment definitions for deployment environments.
12
12
---
@@ -141,7 +141,9 @@ To use a custom image stored in a public registry, you need to enable anonymous
141
141
> [!Caution]
142
142
> Enabling anonymous (unauthenticated) pull access makes all registry content publicly available for read (pull) actions.
143
143
144
-
To use a custom image stored in the ACR, you need to ensure that ADE has appropriate permissions to access your image. When you create an ACR instance, it's secure by default and only allows authenticated users to gain access. With this configuration, you don't have to enable anonymous pull access.
144
+
To use a custom image stored in the ACR, you need to ensure that ADE has appropriate permissions to access your image. When you create an ACR instance, it's secure by default and only allows authenticated users to gain access. With this configuration, you don't have to enable anonymous pull access.
145
+
146
+
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).
145
147
146
148
#### Use a public registry with anonymous pull
147
149
@@ -169,7 +171,7 @@ To secure network access to your ACR, you can limit access to your own networks,
169
171
170
172
To disable access from public networks:
171
173
172
-
1.[Create an ACR instance](/azure/container-registry/container-registry-get-started-portal?tabs=azure-cli) or use an existing one.
174
+
1.[Create an ACR instance](/azure/container-registry/container-registry-get-started-azure-cli) or use an existing one.
173
175
1. In the Azure portal, go to the ACR that you want to configure.
174
176
1. On the left menu, under **Settings**, select **Networking**.
175
177
1. On the Networking page, on the **Public access** tab, under **Public network access**, select **Disabled**.
0 commit comments