tRuEsAtM
tRuEsAtM

Reputation: 3678

What is the Azure Container Registry IP range to whitelist?

I have an Azure App Service which uses an Azure container registry (SKU: Basic). I would like to put in networking restrictions under SCM portion. enter image description here

Where can I find the Azure Container Registry IP range to whitelist?

Upvotes: 0

Views: 2480

Answers (1)

Nancy Xiong
Nancy Xiong

Reputation: 28284

If your organization has policies to allow access only to specific IP addresses or address ranges, download Azure IP Ranges and Service Tags – Public Cloud

To find the ACR REST Endpoint IP ranges, search for “AzureContainerRegistry“ in the JSON file. Also, you can filter for Specific Regions.

Note

IP address ranges for Azure services can change, and updates are published weekly. Download the JSON file regularly, and make necessary updates in your access rules. If your scenario involves configuring network security group rules in an Azure virtual network or you use Azure Firewall, use the AzureContainerRegistry service tag instead.

For more details, you could refer to configure rules to access an Azure container registry behind a firewall.

Upvotes: 2

Related Questions