Hi @Brian Daddino The issue you're facing is due to a known limitation. Self-hosted Integration Runtime (SHIR) is not supported in Mapping Data Flows, which is why your linked service works in pipelines but fails in Data Flows.
Recommended Approaches:
- Staging Layer Approach: Use a Copy Activity to move data from your on-prem SQL Server to Azure Blob Storage, then use that as the source in your Data Flow.
For more detailed information, you can refer to https://learn.microsoft.com/en-us/azure/data-factory/copy-activity-overview - Managed VNET IR: Set up a Managed Virtual Network Integration Runtime with a Private Endpoint to access your on-prem SQL directly from Data Flows.
For more detailed information, you can refer to https://learn.microsoft.com/en-us/azure/data-factory/managed-virtual-network-private-endpoint
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.