Skip to content

Commit d20bb8e

Browse files
committed
Changed link
1 parent e43811c commit d20bb8e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: deployment-environments
66
ms.custom: devx-track-azurecli
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 05/28/2024
9+
ms.date: 08/01/2024
1010
ms.topic: how-to
1111
#customer intent: As a developer, I want to learn how to build and utilize custom images with my environment definitions for deployment environments.
1212
---
@@ -141,7 +141,9 @@ To use a custom image stored in a public registry, you need to enable anonymous
141141
> [!Caution]
142142
> Enabling anonymous (unauthenticated) pull access makes all registry content publicly available for read (pull) actions.
143143
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).
145147

146148
#### Use a public registry with anonymous pull
147149

@@ -169,7 +171,7 @@ To secure network access to your ACR, you can limit access to your own networks,
169171

170172
To disable access from public networks:
171173

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.
173175
1. In the Azure portal, go to the ACR that you want to configure.
174176
1. On the left menu, under **Settings**, select **Networking**.
175177
1. On the Networking page, on the **Public access** tab, under **Public network access**, select **Disabled**.

0 commit comments

Comments
 (0)