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
Copy file name to clipboardExpand all lines: articles/synapse-analytics/how-to-access-container-with-access-control-lists.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,7 @@ ms.topic: how-to
9
9
ms.date: 10/28/2021
10
10
---
11
11
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
12
+
# Browse ADLS Gen2 folders (preview) in an Azure Synapse Analytics workspace
15
13
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.
16
14
17
15
>[!Note]
@@ -20,8 +18,8 @@ You can now browse an Azure Data Lake Storage Gen2 (ADLS Gen2) container or fold
20
18
21
19
## Prerequisites
22
20
The following prerequisites must be met prior to connecting a container or folder in Azure Synapse:
23
-
1. The Storage Blob Data Contributor (Azure RBAC) role or access control lists (ACLs) must be granted to your Azure AD identity.
24
-
2. A linked service to the ADLS Gen2 container must be created in the Synapse workspace.
21
+
* The Storage Blob Data Contributor (Azure RBAC) role or access control lists (ACLs) must be granted to your Azure AD identity.
22
+
* A linked service to the ADLS Gen2 container must be created in the Synapse workspace.
25
23
26
24
27
25
## Connect ADLS Gen2 folder to your Azure Synapse Analytics workspace
@@ -30,7 +28,7 @@ The following prerequisites must be met prior to connecting a container or folde
30
28
* Provide the ADLS Gen2 container or folder URL in the format `https://storageaccountname.dfs.core.windows.net/containername/foldername/`
31
29
* Provide a unique name for the connection
32
30
* 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.
33
-

31
+

34
32
3. Click on **Connect**. You will see the connected container or folder under **Attached Containers**.
0 commit comments