write a file to azure storage account file share

Aditya Singh 160 Reputation points
2024-03-04T10:25:34.66+00:00

I want to write data from azure synapse analytics to Azure SMB File share

eg

I have a dataframe df and I want to write this data to a container

#df This is my datafra,e
df.write.csv("abfss://******@defg.dfs.core.windows.net/Customer",header=True)

but how can I do it in the file share

User's image


Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshu katara 17,960 Reputation points MVP Moderator
    2024-03-04T10:52:20.09+00:00

    Hi , Greetings!

    Please follow this to copy or move data

    https://learn.microsoft.com/en-us/azure/data-factory/connector-azure-file-storage?tabs=data-factory

    Please accept if it helps , Thanks!


Your answer

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