Skip to content

Commit 342821f

Browse files
committed
resolved review comments
1 parent 7004ca6 commit 342821f

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

articles/synapse-analytics/how-to-access-container-with-acls.md renamed to articles/synapse-analytics/how-to-access-container-with-access-control-lists.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ ms.topic: how-to
99
ms.date: 10/28/2021
1010
---
1111

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
1513
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.
1614

1715
>[!Note]
@@ -20,8 +18,8 @@ You can now browse an Azure Data Lake Storage Gen2 (ADLS Gen2) container or fold
2018

2119
## Prerequisites
2220
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.
2523

2624

2725
## 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
3028
* Provide the ADLS Gen2 container or folder URL in the format `https://storageaccountname.dfs.core.windows.net/containername/foldername/`
3129
* Provide a unique name for the connection
3230
* 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-
![Connect to Storage folder with ACLs](./media/connect-to-azure-storage-with-acls/connect-to-azure-storage-with-acls.png)
31+
![Connect to Storage folder with ACLs](./media/connect-to-azure-storage-with-access-control-lists/connect-to-azure-storage-with-acls.png)
3432
3. Click on **Connect**. You will see the connected container or folder under **Attached Containers**.
3533

3634

articles/synapse-analytics/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ items:
13451345
- name: Plan and manage costs
13461346
href: plan-manage-costs.md
13471347
- name: Browse an ADLS Gen2 folder with ACLs
1348-
href: how-to-access-container-with-acls.md
1348+
href: how-to-access-container-with-access-control-lists.md
13491349
- name: Reference
13501350
items:
13511351
- name: Azure CLI

0 commit comments

Comments
 (0)