The Azure DevOps connector is a Palantir-provided driver connector. The official documentation for this driver can be found here ↗.
Networking
If using an agent connection, the agent must be allowed to connect to the system you choose. This means that the agent must be able to reach the destination IP address, and the destination system must be configured to allow connections from the agent.
If using a direct connection, be sure to add the following egress policies to the connector:
Domain
Required
dev.azure.com
If Schema=REST (default) AND AzureDevOpsEdition='AzureDevOps Online' (default)
analytics.dev.azure.com
If Schema=Analytics AND AzureDevOpsEdition='AzureDevOps Online' (default)
<URL>
If AzureDevOpsEdition='AzureDevOps OnPremise'
login.microsoftonline.com
If AuthScheme=AzureAD (default) AND AzureEnvironment=GLOBAL (default)
login.chinacloudapi.cn
If AuthScheme=AzureAD (default) AND AzureEnvironment=CHINA
login.microsoftonline.us
If AuthScheme=AzureAD (default) AND AzureEnvironment=USGOVT or USGOVTDOD