Reputation: 11
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?
Upvotes: 1
Views: 1182
Reputation: 19
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
Upvotes: 2
Reputation: 700
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.
Upvotes: 0