Skip to content

Commit 13f3cda

Browse files
edits
1 parent 4f62451 commit 13f3cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-private-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ az acr update --name $REGISTRY_NAME --public-network-enabled false
339339
Consider the following options to execute the `az acr build` successfully.
340340
> [!NOTE]
341341
> Once you disable public network [access here](#disable-public-access), then `az acr build` commands will no longer work.
342-
> When using Azure DevOps with ACR, public IPs are needed unless we opt for dedicated agent pools.
342+
> Unless you are utilizing dedicated agent pools, it's typically necessary to whitelist the public IP ranges associated with the Azure machine pools used by the DevOps agents. These public IPs facilitate outbound requests from the Azure machine pools to reach the ACR instance. Failure to whitelist these IPs may result in connectivity issues between DevOps agents and ACR.
343343
344344
1. Assign a [dedicated agent pool.](./tasks-agent-pools.md)
345345
2. If agent pool is not available in the region, add the regional [Azure Container Registry Service Tag IPv4](../virtual-network/service-tags-overview.md#use-the-service-tag-discovery-api) to the [firewall access rules.](./container-registry-firewall-access-rules.md#allow-access-by-ip-address-range)

0 commit comments

Comments
 (0)