You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
author: meenalsri
5
5
ms.author: mesrivas
6
6
ms.service: synapse-analytics
@@ -9,23 +9,25 @@ ms.topic: how-to
9
9
ms.date: 10/28/2021
10
10
---
11
11
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.
14
16
15
17
>[!Note]
16
18
>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.
17
19
18
20
19
21
## 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:
21
23
1. The Storage Blob Data Contributor (Azure RBAC) role or access control lists (ACLs) must be granted to your Azure AD identity.
22
24
2. A linked service to the ADLS Gen2 container must be created in the Synapse workspace.
23
25
24
26
25
27
## Connect ADLS Gen2 folder to your Azure Synapse Analytics workspace
26
28
1. Go to the **Linked** tab of Data Hub
27
29
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/`
29
31
* Provide a unique name for the connection
30
32
* 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.
31
33

@@ -35,4 +37,4 @@ The following prerequisites must be met prior to connecting a container or folde
35
37
## Next steps
36
38
Learn more about ACLs in Azure Data Lake Storage Gen2.
37
39
-[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