dataset is using 'AzureFileStorage' linked service type,which is not supported in dataflow. How to resolve this issue?

Tom Abraham 20 Reputation points
2025-07-02T06:02:32.1033333+00:00

dataset is using 'AzureFileStorage' linked service type,which is not supported in dataflow. How to resolve this issue?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,669 questions
0 comments No comments
{count} votes

Accepted answer
  1. Smaran Thoomu 25,115 Reputation points Microsoft External Staff Moderator
    2025-07-02T06:20:53.0566667+00:00

    Hi Tom Abraham

    Thanks for your question.

    You're correct - Mapping Data Flows in Azure Data Factory do not support the AzureFileStorage linked service type, which is typically used for mounting Azure Files via SMB protocol.

    Workaround:

    To use your data in a Data Flow, you'll need to:

    Copy data from Azure File Storage into a supported staging location, such as:

    • Azure Data Lake Storage Gen2
    • Azure Blob Storage

    You can achieve this by:

    1. Creating a Copy Activity in your pipeline that reads from Azure File Storage and writes to Blob Storage or ADLS Gen2.
    2. Point your Mapping Data Flow source to the new location (Blob/ADLS Gen2).

    This staging approach allows you to transform the data using Data Flows afterward.

    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.


0 additional answers

Sort by: Most helpful

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.