1

I want to use azure data factory to load data from my on-prem server to azure, and I would also scan my on-prem server using purview.

How can I scan the same server using one integration rutine and not manually changing it every time?

AstridM
  • 11
  • 1

2 Answers2

2

Unfortunately, you can only share self-hosted integration runtimes between multiple data factories, not between data factory and Purview (or Synapse). There is a feature request for the ADF/Synapse sharing option currently open: https://feedback.azure.com/forums/307516-azure-synapse-analytics/suggestions/41026642-allow-to-share-a-self-hosted-ir-from-data-factory

0

Your question is not very clear. From what i understood, you need a Self hosted Integration runtime, (refer here) to connect to on-premise network/servers. Once you create it, you can use that IR to create required Linked services.

Despicable me
  • 548
  • 1
  • 9
  • 24
  • The problem is that you can use it only for purview or for data factory, but you cannot share the IR between resources, and you cannot have more than one per server. I am trying to understand how to do it, without changing it manually. – AstridM Feb 17 '21 at 22:35
  • You could share IRs between Resources https://azure.microsoft.com/en-in/blog/sharing-a-self-hosted-integration-runtime-infrastructure-with-multiple-data-factories/?cdn=disable – Despicable me Feb 18 '21 at 16:25
  • You can share it between multiple data factories, but not different resources. I need to share it with purview – AstridM Feb 18 '21 at 18:26