Skip to content

Commit eab4020

Browse files
authored
Merge pull request #114413 from julieMSFT/20200507_adls_update
updates to naming of ADLS Gen2
2 parents 3e9b99b + 74a7103 commit eab4020

8 files changed

+27
-27
lines changed

articles/synapse-analytics/data-integration/data-integration-data-lake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Ingest into Azure Data Lake Storage Gen2 in Azure Synapse Analytics
2+
title: Ingest into Azure Data Lake Storage Gen2
33
description: Learn how to ingest data into Azure Data Lake Storage Gen2 in Azure Synapse Analytics
44
services: synapse-analytics
55
author: djpmsft

articles/synapse-analytics/data-integration/data-integration-sql-pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In Azure Synapse Analytics, a linked service is where you define your connection
3434

3535
## Create pipeline
3636

37-
A pipeline contains the logical flow for an execution of a set of activities. In this section, you'll create a pipeline containing a copy activity that ingests data from ADLS gen 2 into a SQL pool.
37+
A pipeline contains the logical flow for an execution of a set of activities. In this section, you'll create a pipeline containing a copy activity that ingests data from ADLS Gen2 into a SQL pool.
3838

3939
1. Go to the **Orchestrate** tab. Click on the plus icon
4040
next to the pipelines header and select **Pipeline**.

articles/synapse-analytics/overview-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Azure Synapse Analytics cheat sheet will guide you through the basic concept
2525
## Concepts
2626
| Nouns and verbs | What it does |
2727
|:--- |:--- |
28-
| **Synapse Workspace (preview)** | A securable collaboration boundary for doing cloud-based enterprise analytics in Azure. A workspace is deployed in a specific region and has an associated ADLSg2 account and file system (for storing temporary data). A workspace is under a resource group. |
28+
| **Synapse Workspace (preview)** | A securable collaboration boundary for doing cloud-based enterprise analytics in Azure. A workspace is deployed in a specific region and has an associated ADLS Gen2 account and file system (for storing temporary data). A workspace is under a resource group. |
2929
| **SQL Analytics** | Run analytics with pools or with on-demand capabilities. |
3030
| **SQL pool** | 0-to-N SQL provisioned resources with their corresponding databases can be deployed in a workspace. Each SQL pool has an associated database. A SQL pool can be scaled, paused and resumed manually or automatically. A SQL pool can scale from 100 DWU up to 30,000 DWU. |
3131
| **SQL on-demand (preview)** | Distributed data processing system built for large-scale data that lets you run T-SQL queries over data in data lake. It is serverless so you don't need to manage infrastructure. |

articles/synapse-analytics/overview-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ A: Data flow allows data engineers to develop graphical data transformation logi
8989

9090
A: End-to-end single sign-on experience is an important authentication process in Synapse Analytics. Managing and passing the identity through via a full AAD integration is a must.
9191

92-
### Q: How do I get access to files and folders in the ADLSg2
92+
### Q: How do I get access to files and folders in the ADLS Gen2
9393

94-
A: Access to files and folders is currently managed through ADLSg2. For more information, see [Data Lake storage access control](../storage/blobs/data-lake-storage-access-control.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json).
94+
A: Access to files and folders is currently managed through ADLS Gen2. For more information, see [Data Lake storage access control](../storage/blobs/data-lake-storage-access-control.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json).
9595

9696
### Q: Can I use third-party business intelligence tools to access Azure Synapse Analytics
9797

articles/synapse-analytics/security/how-to-create-managed-private-endpoints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ In Azure Synapse Studio, select the **Manage** tab from the left navigation. Sel
2525

2626
## Step 3: Select the data source type
2727

28-
Select the data source type. In this case, the target data source is an ADLS gen2 account. Select **Continue**.
28+
Select the data source type. In this case, the target data source is an ADLS Gen2 account. Select **Continue**.
2929
![Select a target data source type](./media/how-to-create-managed-private-endpoints/managed-private-endpoint-3.png)
3030

3131
## Step 4: Enter information about the data source
3232

33-
In the next window, enter information about the data source. In this example, we're creating a Managed private endpoint to an ADLS gen2 account. Enter a **Name** for the Managed private endpoint. Provide an **Azure subscription** and a **Storage account name**. Select **Create**.
33+
In the next window, enter information about the data source. In this example, we're creating a Managed private endpoint to an ADLS Gen2 account. Enter a **Name** for the Managed private endpoint. Provide an **Azure subscription** and a **Storage account name**. Select **Create**.
3434
![Enter target data source details](./media/how-to-create-managed-private-endpoints/managed-private-endpoint-4.png)
3535

3636
## Step 5: Verify that your Managed private endpoint was successfully created
3737

38-
After submitting the request, you'll see its status. To verify the successful creation of your Managed private endpoint was created, check its *Provisioning State*. You may need to wait 1 minute and select **Refresh** to update the provisioning state. You can see that the Managed private endpoint to the ADLS gen2 account was successfully created.
38+
After submitting the request, you'll see its status. To verify the successful creation of your Managed private endpoint was created, check its *Provisioning State*. You may need to wait 1 minute and select **Refresh** to update the provisioning state. You can see that the Managed private endpoint to the ADLS Gen2 account was successfully created.
3939

4040
You can also see that the *Approval State* is *Pending*. The owner of the target resource can approve or deny the private endpoint connection request. If the owner approves the private endpoint connection request, then a private link is established. If denied, then a private link isn't established.
4141
![Managed private endpoint creation request status](./media/how-to-create-managed-private-endpoints/managed-private-endpoint-5.png)

articles/synapse-analytics/security/how-to-grant-workspace-managed-identity-permissions.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer: jrasnick
1212

1313
# Grant permissions to workspace managed identity (preview)
1414

15-
This article teaches you how to grant permissions to the managed identity in Azure synapse workspace. Permissions, in turn, allow access to SQL pools in the workspace and ADLS gen2 storage account through the Azure portal.
15+
This article teaches you how to grant permissions to the managed identity in Azure synapse workspace. Permissions, in turn, allow access to SQL pools in the workspace and ADLS Gen2 storage account through the Azure portal.
1616

1717
>[!NOTE]
1818
>This workspace managed identity will be referred to as managed identity through the rest of this document.
@@ -25,47 +25,47 @@ Select **Security + networking** when you're creating your Azure Synapse workspa
2525

2626
![CONTROL permission on SQL pools](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-16.png)
2727

28-
## Grant the managed identity permissions to ADLS gen2 storage account
28+
## Grant the managed identity permissions to ADLS Gen2 storage account
2929

30-
An ADLS gen2 storage account is required to create an Azure Synapse workspace. To successfully launch Spark pools in Azure Synapse workspace, the Azure Synapse managed identity needs the *Storage Blob Data Contributor* role on this storage account . Pipeline orchestration in Azure Synapse also benefits from this role.
30+
An ADLS Gen2 storage account is required to create an Azure Synapse workspace. To successfully launch Spark pools in Azure Synapse workspace, the Azure Synapse managed identity needs the *Storage Blob Data Contributor* role on this storage account . Pipeline orchestration in Azure Synapse also benefits from this role.
3131

3232
### Grant permissions to managed identity during workspace creation
3333

34-
Azure Synapse will attempt to grant the Storage Blob Data Contributor role to the managed identity after you create the Azure Synapse workspace using Azure portal. You provide the ADLS gen2 storage account details in the **Basics** tab.
34+
Azure Synapse will attempt to grant the Storage Blob Data Contributor role to the managed identity after you create the Azure Synapse workspace using Azure portal. You provide the ADLS Gen2 storage account details in the **Basics** tab.
3535

3636
![Basics tab in workspace creation flow](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-1.png)
3737

38-
Choose the ADLS gen2 storage account and filesystem in **Account name** and **File system name**.
38+
Choose the ADLS Gen2 storage account and filesystem in **Account name** and **File system name**.
3939

40-
![Providing an ADLS gen2 storage account details](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-2.png)
40+
![Providing an ADLS Gen2 storage account details](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-2.png)
4141

42-
If the workspace creator is also **Owner** of the ADLS gen2 storage account, then Azure Synapse will assign the *Storage Blob Data Contributor* role to the managed identity. You'll see the following message below the storage account details that you entered.
42+
If the workspace creator is also **Owner** of the ADLS Gen2 storage account, then Azure Synapse will assign the *Storage Blob Data Contributor* role to the managed identity. You'll see the following message below the storage account details that you entered.
4343

4444
![Successful Storage Blob Data Contributor assignment](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-3.png)
4545

46-
If the workspace creator isn't the owner of the ADLS gen2 storage account, then Azure Synapse doesn't assign the *Storage Blob Data Contributor* role to the managed identity. The message appearing below the storage account details notifies the workspace creator that they don't have sufficient permissions to grant the *Storage Blob Data Contributor* role to the managed identity.
46+
If the workspace creator isn't the owner of the ADLS Gen2 storage account, then Azure Synapse doesn't assign the *Storage Blob Data Contributor* role to the managed identity. The message appearing below the storage account details notifies the workspace creator that they don't have sufficient permissions to grant the *Storage Blob Data Contributor* role to the managed identity.
4747

4848
![Unsuccessful Storage Blob Data Contributor assignment](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-4.png)
4949

5050
As the message states, you can't create Spark pools unless the *Storage Blob Data Contributor* is assigned to the managed identity.
5151

5252
### Grant permissions to managed identity after workspace creation
5353

54-
During workspace creation, if you don't assign the *Storage Blob Data contributor* to the managed identity, then the **Owner** of the ADLS gen2 storage account manually assigns that role to the identity. The following steps will help you to accomplish manual assignment.
54+
During workspace creation, if you don't assign the *Storage Blob Data contributor* to the managed identity, then the **Owner** of the ADLS Gen2 storage account manually assigns that role to the identity. The following steps will help you to accomplish manual assignment.
5555

56-
#### Step 1: Navigate to the ADLS gen2 storage account in Azure portal
56+
#### Step 1: Navigate to the ADLS Gen2 storage account in Azure portal
5757

58-
In Azure portal, open the ADLS gen2 storage account and select **Overview** from the left navigation. You'll only need to assign The *Storage Blob Data Contributor* role at the container or filesystem level. Select **Containers**.
59-
![ADLS gen2 storage account overview](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-5.png)
58+
In Azure portal, open the ADLS Gen2 storage account and select **Overview** from the left navigation. You'll only need to assign The *Storage Blob Data Contributor* role at the container or filesystem level. Select **Containers**.
59+
![ADLS Gen2 storage account overview](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-5.png)
6060

6161
#### Step 2: Select the container
6262

6363
The managed identity should have data access to the container (file system) that was provided when the workspace was created. You can find this container or file system in Azure portal. Open the Azure Synapse workspace in Azure portal and select the **Overview** tab from the left navigation.
64-
![ADLS gen2 storage account container](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-7.png)
64+
![ADLS Gen2 storage account container](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-7.png)
6565

6666

6767
Select that same container or file system to grant the *Storage Blob Data Contributor* role to the managed identity.
68-
![ADLS gen2 storage account container selection](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-6.png)
68+
![ADLS Gen2 storage account container selection](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-6.png)
6969

7070
#### Step 3: Navigate to Access control
7171

@@ -110,7 +110,7 @@ Select **Access Control(IAM)** and then select **Role assignments**.
110110
![Verify role assignment](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-14.png)
111111

112112
You should see your managed identity listed under the **Storage Blob Data Contributor** section with the *Storage Blob Data Contributor* role assigned to it.
113-
![ADLS gen2 storage account container selection](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-15.png)
113+
![ADLS Gen2 storage account container selection](./media/how-to-grant-workspace-managed-identity-permissions/configure-workspace-managed-identity-15.png)
114114

115115
## Next steps
116116

articles/synapse-analytics/security/how-to-set-up-access-control.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Synapse Studio will behave differently based on user roles. Some items may be hi
139139
| Open Synapse Studio | YES | YES | YES |
140140
| View Home hub | YES | YES | YES |
141141
| View Data Hub | YES | YES | YES |
142-
| Data Hub / See linked ADLSGen2 accounts and containers | YES [1] | YES[1] | YES[1] |
142+
| Data Hub / See linked ADLS Gen2 accounts and containers | YES [1] | YES[1] | YES[1] |
143143
| Data Hub / See Databases | YES | YES | YES |
144144
| Data Hub / See objects in databases | YES | YES | YES |
145145
| Data Hub / Access data in SQL pool databases | YES | NO | YES |
@@ -173,8 +173,8 @@ Synapse Studio will behave differently based on user roles. Some items may be hi
173173

174174

175175
> [!NOTE]
176-
> [1] Access to data in containers depends on the access control in ADLSGen2. </br>
177-
> [2] SQL OD tables and Spark tables store their data in ADLSGen2 and access requires the appropriate permissions on ADLSGen2.
176+
> [1] Access to data in containers depends on the access control in ADLS Gen2. </br>
177+
> [2] SQL OD tables and Spark tables store their data in ADLS Gen2 and access requires the appropriate permissions on ADLS Gen2.
178178
179179
## Next steps
180180

articles/synapse-analytics/spark/intellij-tool-synapse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ After creating a Scala application, you can remotely run it.
138138
|Main class name|The default value is the main class from the selected file. You can change the class by selecting the ellipsis(**...**) and choosing another class.|
139139
|Job configurations|You can change the default key and values. For more information, see [Apache Livy REST API](https://livy.incubator.apache.org./docs/latest/rest-api.html).|
140140
|Command line arguments|You can enter arguments separated by space for the main class if needed.|
141-
|Referenced Jars and Referenced Files|You can enter the paths for the referenced Jars and files if any. You can also browse files in the Azure virtual file system, which currently only supports ADLS Gen 2 cluster. For more information: [Apache Spark Configuration](https://spark.apache.org/docs/latest/configuration.html#runtime-environment) and [How to upload resources to cluster](../../storage/blobs/storage-quickstart-blobs-storage-explorer.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json).|
141+
|Referenced Jars and Referenced Files|You can enter the paths for the referenced Jars and files if any. You can also browse files in the Azure virtual file system, which currently only supports ADLS Gen2 cluster. For more information: [Apache Spark Configuration](https://spark.apache.org/docs/latest/configuration.html#runtime-environment) and [How to upload resources to cluster](../../storage/blobs/storage-quickstart-blobs-storage-explorer.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json).|
142142
|Job Upload Storage|Expand to reveal additional options.|
143143
|Storage Type|Select **Use Azure Blob to upload** from the drop-down list.|
144144
|Storage Account|Enter your storage account.|

0 commit comments

Comments
 (0)