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/data-integration/data-integration-sql-pool.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ In Azure Synapse Analytics, a linked service is where you define your connection
34
34
35
35
## Create pipeline
36
36
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.
38
38
39
39
1. Go to the **Orchestrate** tab. Click on the plus icon
40
40
next to the pipelines header and select **Pipeline**.
Copy file name to clipboardExpand all lines: articles/synapse-analytics/overview-cheat-sheet.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The Azure Synapse Analytics cheat sheet will guide you through the basic concept
25
25
## Concepts
26
26
| Nouns and verbs | What it does |
27
27
|:--- |:--- |
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. |
29
29
|**SQL Analytics**| Run analytics with pools or with on-demand capabilities. |
30
30
|**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. |
31
31
|**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. |
Copy file name to clipboardExpand all lines: articles/synapse-analytics/overview-faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,9 +89,9 @@ A: Data flow allows data engineers to develop graphical data transformation logi
89
89
90
90
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.
91
91
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
93
93
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).
95
95
96
96
### Q: Can I use third-party business intelligence tools to access Azure Synapse Analytics
Copy file name to clipboardExpand all lines: articles/synapse-analytics/security/how-to-create-managed-private-endpoints.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,17 @@ In Azure Synapse Studio, select the **Manage** tab from the left navigation. Sel
25
25
26
26
## Step 3: Select the data source type
27
27
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**.
29
29

30
30
31
31
## Step 4: Enter information about the data source
32
32
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**.
34
34

35
35
36
36
## Step 5: Verify that your Managed private endpoint was successfully created
37
37
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.
39
39
40
40
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.
Copy file name to clipboardExpand all lines: articles/synapse-analytics/security/how-to-grant-workspace-managed-identity-permissions.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.reviewer: jrasnick
12
12
13
13
# Grant permissions to workspace managed identity (preview)
14
14
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.
16
16
17
17
>[!NOTE]
18
18
>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
25
25
26
26

27
27
28
-
## Grant the managed identity permissions to ADLS gen2 storage account
28
+
## Grant the managed identity permissions to ADLS Gen2 storage account
29
29
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.
31
31
32
32
### Grant permissions to managed identity during workspace creation
33
33
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.
35
35
36
36

37
37
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**.
39
39
40
-

40
+

41
41
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.
43
43
44
44

45
45
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.
47
47
48
48

49
49
50
50
As the message states, you can't create Spark pools unless the *Storage Blob Data Contributor* is assigned to the managed identity.
51
51
52
52
### Grant permissions to managed identity after workspace creation
53
53
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.
55
55
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
57
57
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**.
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**.
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.
@@ -110,7 +110,7 @@ Select **Access Control(IAM)** and then select **Role assignments**.
110
110

111
111
112
112
You should see your managed identity listed under the **Storage Blob Data Contributor** section with the *Storage Blob Data Contributor* role assigned to it.
Copy file name to clipboardExpand all lines: articles/synapse-analytics/spark/intellij-tool-synapse.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ After creating a Scala application, you can remotely run it.
138
138
|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.|
139
139
|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).|
140
140
|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).|
142
142
|Job Upload Storage|Expand to reveal additional options.|
143
143
|Storage Type|Select **Use Azure Blob to upload** from the drop-down list.|
0 commit comments