Forum Discussion
Azure Government Cloud - Azure datafactory to Azure Devops on-prem Server integration setup
To set up Azure Data Factory (ADF) integration with an on-prem Azure DevOps Server in the Azure Government Cloud, please try the below mentioned steps.
Self-Hosted Integration Runtime (SHIR): Install SHIR on a VM within the same network as your DevOps server to act as a secure bridge for data transfer.
Network Configuration: Make sure your Network Security Groups (NSGs) and firewall settings allow ADF to connect to the DevOps server, especially port 443 for HTTPS.
Authentication: Use either a service principal or managed identity with proper permissions for secure access to the on-prem server.
IP Allowlisting: If your server has IP restrictions, add ADF’s IP addresses for the Azure Government region to the allowlist.
Following these steps should establish a solid connection testing each along the way will help confirm it’s working smoothly.