Forum Discussion

kvmukesh1's avatar
kvmukesh1
Copper Contributor
Oct 28, 2024

Azure Government Cloud - Azure datafactory to Azure Devops on-prem Server integration setup

Hi, I'm trying to setup Azure datafactory to Azure Devops on-prem Server integration setup in Azure Government. I'm able to create a Azure DevOps Server in Virtual Machine using single server deployment. However I'm unable to integrate the ADF to the on-prem server. Has anyone done this setup ?

 

CC: Jason Ingram Steve Michelotti 

  • kvmukesh1 

     

    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.

    1. 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.

    2. 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.

    3. Authentication: Use either a service principal or managed identity with proper permissions for secure access to the on-prem server.

    4. 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.

  • Refer the Below Article to integrate ADF to On Prem server 
    Setting up Shir is ADF in the same server or opening a firewall to on Prem server will do the work.
    https://learn.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime?tabs=data-factory

Resources