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-generic-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
@@ -141,7 +141,7 @@ 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 can 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 image 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.
By default, access to pull or push content from an Azure container registry is only available to authenticated users. You can further secure access to ACR by limiting access from public networks and assigning specific roles.
164
+
By default, access to pull or push content from an Azure container registry is only available to authenticated users. You can further secure access to ACR by limiting access from certain networks and assigning specific roles.
165
165
166
166
##### Limit network access
167
167
@@ -182,7 +182,7 @@ To disable access from public networks:
182
182
183
183
##### Assign the AcrPull role
184
184
185
-
Creating environments by using container images uses the ADE infrastructure. Each project has one or more project environment types, which need read access to the container image that defines the environment to be deployed. To access the images within your ACR securely, assign the AcrPull role to each project environment type.
185
+
Creating environments by using container images uses the ADE infrastructure, including projects and environment types. Each project has one or more project environment types, which need read access to the container image that defines the environment to be deployed. To access the images within your ACR securely, assign the AcrPull role to each project environment type.
186
186
187
187
To assign the AcrPull role to the Project Environment Type:
0 commit comments