Hello , Welcome to MS Q&A
To create a Disaster Recovery (DR) setup for your Azure Data Factory (ADF) with Self-hosted Integration Runtime (SHIR), you need to ensure that the SHIR is properly configured to work with both ADF instances. Here are the steps to achieve this:
Enable Git Integration: Ensure that both ADF1 and ADF2 are linked to the same Azure DevOps repository. This allows you to synchronize the pipelines and other configurations between the two ADF instances.
Replicate SHIR: You have already replicated the VM1 to the second region, creating VM2 with the same SHIR configuration. This is a crucial step to ensure that the SHIR is available in both regions.
Register SHIR with ADF2: To ensure that ADF2 can connect to the SHIR in VM2, you need to register the SHIR with ADF2. Follow these steps:
- Open the Azure Data Factory (ADF2) in the Azure portal.
- Go to the "Manage" section and select "Integration Runtimes."
- Click on "New" and choose "Self-hosted" as the type.
- Follow the instructions to download and install the SHIR on VM2.
- During the installation, provide the authentication key from ADF2 to register the SHIR with ADF2.
- Follow the instructions to download and install the SHIR on VM2.
- Click on "New" and choose "Self-hosted" as the type.
- Go to the "Manage" section and select "Integration Runtimes."
By following these steps, you can create a robust Disaster Recovery setup for your Azure Data Factory with Self-hosted Integration Runtime, ensuring continuity in case ADF1 becomes unreachable or gets deleted.
References:
- Azure Data Factory data redundancy
- Using source control in Azure Data Factory
- Customer enabled disaster recovery
- Configure Azure-SSIS integration runtime for business continuity and disaster recovery (BCDR)
Please let me know if any questions
Kindly accept if it works
Thanks
Deepanshu