Forum Discussion
tanulbhasin
Apr 26, 2023Brass Contributor
Get CIDR range for Azure devops?
My organization only allows us to set this networking option for all resources like key vault, storage account etc.
And, in pipelines we are not allowed to make curl commands to any website, like http://ipinfo.io/ip, which gives us Ip address then add into azure resources etc.. That is considered as a workaround and we can't rely on such websites. If they are down then our Devops pipelines will stop working.
So please suggest how to get the exact ip ranges of azure devops which we can add in key vault or any other resource to enable permanent connectivity of Azure resources with Azure devops.
Kind Regards, Tanul
1 Reply
Referring to below:
- Azure DevOps Allowed IP Ranges: Microsoft provides a list of IP ranges that need to be allowed for Azure DevOps to function properly. You can find these ranges in Allowed address lists and network connections - Azure DevOps | Microsoft Learn This includes both IPv4 and IPv6 ranges for outbound and inbound connections.
- Azure IP Ranges and Service Tags: Microsoft also offers a downloadable file containing all Azure IP ranges and service tags. This file is updated regularly and can be used to configure your network settings: Download Azure IP Ranges and Service Tags – Public Cloud from Official Microsoft Download Center
- Service Tags for Azure DevOps: Azure DevOps supports service tags, which simplify network configuration by allowing traffic from specific Azure services.