@BenH - Thanks for the question and using MS Q&A platform.
It seems like you are encountering an error message while running a data flow in Azure Data Factory. The error message indicates that the storage with user assigned managed identity authentication as staging is not supported.
When using Azure Blob linked service in data flow, managed identity or service principal authentication isn't supported when account kind is empty or "Storage". Specify the proper account kind, choose a different authentication, or upgrade your storage account to general purpose v2.
To resolve this issue, you can use a different authentication to create an Azure Data Lake Storage Gen2 or Azure Blob Storage linked service, then use it as staging in mapping data flows.
Here are the steps to create a new linked service with a different authentication:
- In the Azure Data Factory UI, click on the Author & Monitor hub.
- Click on the Connections tab and then click on New.
- Select the type of storage you want to use as your linked service.
- Follow the prompts to create the linked service with the appropriate authentication method.
- Once you have created the linked service, you can use it as the staging location for your data flow.
After creating the linked service, you can update your data flow to use the new linked service as the staging location.
For more details, refer to Copy and transform data in Azure Blob Storage by using Azure Data Factory or Azure Synapse Analytics
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.