Skip to content

Commit 7004ca6

Browse files
committed
Merge branch 'folderAttach' of https://github.com/meenalsri/azure-docs-pr into folderAttach
2 parents 1458543 + 1c04e11 commit 7004ca6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Browse an ADLS Gen2 folder with ACLs in Azure Synapse Analytics
3-
description: Learn how to browse an ADLS Gen2 folder that you have ACLs on
3+
description: Learn how to browse an ADLS Gen2 folder with ACLs in Azure Synapse Analytics.
44
author: meenalsri
55
ms.author: mesrivas
66
ms.service: synapse-analytics
@@ -9,23 +9,25 @@ ms.topic: how-to
99
ms.date: 10/28/2021
1010
---
1111

12-
# Browse ADLS Gen2 folder in Azure Synapse Analytics workspace
13-
You can now browse an Azure Data Lake Storage Gen2 (ADLS Gen2) container or folder in your Azure Synapse Analytics workspace by connecting the container or specific folder in Data Hub. If your organization does not grant users the Storage Blob Data Contributor role on the storage account, but allows creation of POSIX-like access control lists (ACLs) to the container or specific folders, then you can follow the steps listed in this article to browse files and folders in ADLS Gen2.
12+
# Browse an ADLS Gen2 folder (preview) in an Azure Synapse Analytics workspace
13+
or
14+
Browse ADLS Gen2 folders (preview) in an Azure Synapse Analytics workspace
15+
You can now browse an Azure Data Lake Storage Gen2 (ADLS Gen2) container or folder in your Azure Synapse Analytics workspace by connecting to the container or specific folder in Data Hub. If your organization does not grant users the Storage Blob Data Contributor role on the storage account, but allows creation of POSIX-like access control lists (ACLs) to the container or specific folders, then you can follow the steps listed in this article to browse files and folders in ADLS Gen2.
1416

1517
>[!Note]
1618
>This preview feature enables users to browse ADLS Gen2 folders that they have ACLs to, but does not support upload, download, create, edit, delete, or rename actions on files or folders. Users with the Storage Blob Data Contributor role can perform all actions on ADLS Gen2 folders.
1719
1820

1921
## Prerequisites
20-
The following prerequisites must be met prior to connecting a container or folder in Synapse:
22+
The following prerequisites must be met prior to connecting a container or folder in Azure Synapse:
2123
1. The Storage Blob Data Contributor (Azure RBAC) role or access control lists (ACLs) must be granted to your Azure AD identity.
2224
2. A linked service to the ADLS Gen2 container must be created in the Synapse workspace.
2325

2426

2527
## Connect ADLS Gen2 folder to your Azure Synapse Analytics workspace
2628
1. Go to the **Linked** tab of Data Hub
2729
2. Right click on **Azure Data Lake Storage Gen2** and select **Connect to Azure Storage (preview)**
28-
* Provide the ADLS Gen2 container or folder URL in the format 'https://storageaccountname.dfs.core.windows.net/containername/foldername/'
30+
* Provide the ADLS Gen2 container or folder URL in the format `https://storageaccountname.dfs.core.windows.net/containername/foldername/`
2931
* Provide a unique name for the connection
3032
* Provide the name of the tenant that contains the ADLS Gen2 account. When left blank, the tenant associated with the Synapse workspace will be used.
3133
![Connect to Storage folder with ACLs](./media/connect-to-azure-storage-with-acls/connect-to-azure-storage-with-acls.png)
@@ -35,4 +37,4 @@ The following prerequisites must be met prior to connecting a container or folde
3537
## Next steps
3638
Learn more about ACLs in Azure Data Lake Storage Gen2.
3739
- [Access control lists in Azure Data Lake Storage Gen2](../storage/blobs/data-lake-storage-access-control.md)
38-
- [Use the Azure portal to manage ACLs in Azure Data Lake Storage Gen2](../storage/blobs/data-lake-storage-acl-azure-portal.md)
40+
- [Use the Azure portal to manage ACLs in Azure Data Lake Storage Gen2](../storage/blobs/data-lake-storage-acl-azure-portal.md)

0 commit comments

Comments
 (0)