Skip to content

Commit 644e995

Browse files
authored
Merge pull request #178070 from meenalsri/folderAttach
Instructions for accessing ADLS g2 folder with ACLs
2 parents ec69c41 + 342821f commit 644e995

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Browse an ADLS Gen2 folder with ACLs in Azure Synapse Analytics
3+
description: Learn how to browse an ADLS Gen2 folder with ACLs in Azure Synapse Analytics.
4+
author: meenalsri
5+
ms.author: mesrivas
6+
ms.service: synapse-analytics
7+
ms.subservice: overview
8+
ms.topic: how-to
9+
ms.date: 10/28/2021
10+
---
11+
12+
# Browse ADLS Gen2 folders (preview) in an 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 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+
15+
>[!Note]
16+
>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+
18+
19+
## Prerequisites
20+
The following prerequisites must be met prior to connecting a container or folder in Azure Synapse:
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.
23+
24+
25+
## Connect ADLS Gen2 folder to your Azure Synapse Analytics workspace
26+
1. Go to the **Linked** tab of Data Hub
27+
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/`
29+
* Provide a unique name for the connection
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.
31+
![Connect to Storage folder with ACLs](./media/connect-to-azure-storage-with-access-control-lists/connect-to-azure-storage-with-acls.png)
32+
3. Click on **Connect**. You will see the connected container or folder under **Attached Containers**.
33+
34+
35+
## Next steps
36+
Learn more about ACLs in Azure Data Lake Storage Gen2.
37+
- [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)
Loading

articles/synapse-analytics/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,8 @@ items:
14551455
items:
14561456
- name: Plan and manage costs
14571457
href: plan-manage-costs.md
1458+
- name: Browse an ADLS Gen2 folder with ACLs
1459+
href: how-to-access-container-with-access-control-lists.md
14581460
- name: Reference
14591461
items:
14601462
- name: Azure CLI

0 commit comments

Comments
 (0)