Azure Data Factory (ADF) dataflow seems to pick the wrong endpoint when Data Preview

Karydakis, P (Panagiotis) 5 Reputation points
2024-08-28T13:46:57.0166667+00:00

I have created a storage account/blob storage StorageV2 in Azure. Inside it I have created a container. Storage account automatically creates endpoints for all the provided services

enter image description here


Then in ADF I have created a linked service (user assigned managed identity/ private endpoint) which is pointing to azure blob storage/ file.csv

The connection is tested and works fine.

enter image description here


Later on, I create a dataset using this linked service and I capable of previewing the data just fine

enter image description here


Finally, inside a new dataflow I create a source activity when I specify the above mentioned dataset.

When I hit the Data Preview tab I get the below error

enter image description here

This happens only inside a dataflow


From the error message I realize that ADF send the request to the wrong endpoint (data lake instead of blob service).

Why does this happen?

How can I change it?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,566 questions
{count} vote

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.