An Azure service for ingesting, preparing, and transforming data at scale.
@Anonymous Welcome to Microsoft Q&A forum and thanks for reaching out here.
The error is because the SHIR does not exist in the target factory (SHIR cannot be created through ARM deployments, they have to be created manually in our UX or SDK and link them with shared IR as shown in the demo in this document).
Creating the SHIR manually in the target factory and retrying the deployment should help resolve the problem.
For detailed demonstration of how to share IR please refer to this : Shared Self Hosted Integration runtime in Azure Data Factory
In case if the target SHIR is created but throwing above error, then please check if your Shared IR status and Linked IR status in Online . If you notice the status is limited, then that is what causing the problem, please wait for the the SHIR status to be online.
I would also recommend going through this document related to SHIR encrytion details: Encrypt credentials for SHIR
Hope this info helps. Do let us know how it goes.
Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.