Skip to content

Commit 4491861

Browse files
Merge pull request #308140 from SharonZhang1/update1111
azure file-share mounting
2 parents 1f7636b + c042e45 commit 4491861

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

articles/synapse-analytics/spark/synapse-file-mount-api.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,24 @@ ms.custom:
1515

1616
# Introduction to file mount/unmount APIs in Azure Synapse Analytics
1717

18-
The Azure Synapse Studio team built two new mount/unmount APIs in the Microsoft Spark Utilities (`mssparkutils`) package. You can use these APIs to attach remote storage (Azure Blob Storage or Azure Data Lake Storage Gen2) to all working nodes (driver node and worker nodes). After the storage is in place, you can use the local file API to access data as if it's stored in the local file system. For more information, see [Introduction to Microsoft Spark Utilities](microsoft-spark-utilities.md).
18+
The Azure Synapse Studio team built two new mount/unmount APIs in the Microsoft Spark Utilities (`mssparkutils`) package. You can use these APIs to attach remote storage (Azure Blob Storage, Azure Data Lake Storage Gen2 or Azure File Share) to all working nodes (driver node and worker nodes). After the storage is in place, you can use the local file API to access data as if it's stored in the local file system. For more information, see [Introduction to Microsoft Spark Utilities](microsoft-spark-utilities.md).
1919

2020
The article shows you how to use mount/unmount APIs in your workspace. You'll learn:
2121

22-
+ How to mount Data Lake Storage Gen2 or Blob Storage.
22+
+ How to mount Data Lake Storage Gen2, Blob Storage or Azure File Share.
2323
+ How to access files under the mount point via the local file system API.
2424
+ How to access files under the mount point by using the `mssparkutils fs` API.
2525
+ How to access files under the mount point by using the Spark read API.
2626
+ How to unmount the mount point.
2727

2828
> [!WARNING]
29-
> Azure file-share mounting is temporarily disabled. You can use Data Lake Storage Gen2 or Azure Blob Storage mounting instead, as described in the next section.
30-
>
3129
> Azure Data Lake Storage Gen1 storage is not supported. You can migrate to Data Lake Storage Gen2 by following the [Azure Data Lake Storage Gen1 to Gen2 migration guidance](../../storage/blobs/data-lake-storage-migrate-gen1-to-gen2-azure-portal.md) before using the mount APIs.
3230
3331

3432
<a id="How-to-mount-Gen2/blob-Storage"></a>
3533
## Mount storage
3634

37-
This section illustrates how to mount Data Lake Storage Gen2 step by step as an example. Mounting Blob Storage works similarly.
35+
This section illustrates how to mount Data Lake Storage Gen2 step by step as an example. Mounting Blob Storage and Azure File Share works similarly.
3836

3937
The example assumes that you have one Data Lake Storage Gen2 account named `storegen2`. The account has one container named `mycontainer` that you want to mount to `/test` in your Spark pool.
4038

0 commit comments

Comments
 (0)