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/get-started-add-admin.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ ms.custom: subject-rbac-steps
13
13
14
14
# Add an administrator to your Synapse workspace
15
15
16
-
In this tutorial, you'll learn how to add an administrator to your Synapse workspace. This user will have full control over the workspace.
16
+
In this tutorial, you'll learn how to add an administrator to your Synapse workspace. This user has full control over the workspace.
17
17
18
18
## Overview
19
19
20
-
So far in the get started guide, we've focused on activities *you* do in the workspace. Because you created the workspace in STEP 1, you are an administrator of the Synapse workspace. Now, we will make another user Ryan (`[email protected]`) an administrator. When we are done, Ryan will be able to do everything you can do in the workspace.
20
+
So far in the get started guide, we've focused on activities *you* do in the workspace. Because you created the workspace in STEP 1, you're an administrator of the Synapse workspace. Now, we'll make another user Ryan (`[email protected]`) an administrator. When we're done, Ryan will be able to do everything you can do in the workspace.
21
21
22
-
## Azure RBAC: Owner role for the workspace
22
+
## Azure role-based access control: Owner role for the workspace
23
23
24
24
1. Open the Azure portal and open your Synapse workspace.
25
25
1. On the left side, select **Access control (IAM)**.
@@ -36,10 +36,9 @@ So far in the get started guide, we've focused on activities *you* do in the wor
36
36
37
37
1. Select **Save**.
38
38
39
-
40
-
## Synapse RBAC: Synapse Administrator role for the workspace
39
+
## Synapse role-based access control: Synapse Administrator role for the workspace
41
40
42
-
Assign to `[email protected]` to Synapse RBAC**Synapse Administrator** role on the workspace.
41
+
Assign to `[email protected]` to the**Synapse Administrator** role on the workspace.
43
42
44
43
1. Open your workspace in Synapse Studio.
45
44
1. On the left side, select **Manage** to open the Manage hub.
@@ -49,7 +48,7 @@ Assign to `[email protected]` to Synapse RBAC **Synapse Administrator** role on t
You can analyze the data in your workspace default ADLS Gen2 account or you can link an ADLS Gen2 or Blob storage account to your workspace through "**Manage**" > "**Linked Services**" > "**New**" (The steps below will refer to the primary ADLS Gen2 account).
38
+
You can analyze the data in your workspace default Azure Data Lake Storage (ADLS) Gen2 account or you can link an ADLS Gen2 or Blob storage account to your workspace through "**Manage**" > "**Linked Services**" > "**New**" (The next steps will refer to the primary ADLS Gen2 account).
39
39
40
40
1. In Synapse Studio, go to the **Data** hub, and then select **Linked**.
41
41
1. Go to **Azure Data Lake Storage Gen2** > **myworkspace (Primary - contosolake)**.
42
42
1. Select **users (Primary)**. You should see the **NYCTaxi** folder. Inside you should see two folders called **PassengerCountStats_csvformat** and **PassengerCountStats_parquetformat**.
43
-
1. Open the **PassengerCountStats_parquetformat** folder. Inside, you'll see a parquet file with a name like `part-00000-2638e00c-0790-496b-a523-578da9a15019-c000.snappy.parquet`.
43
+
1. Open the **PassengerCountStats_parquetformat** folder. Inside, there's a parquet file with a name like `part-00000-2638e00c-0790-496b-a523-578da9a15019-c000.snappy.parquet`.
44
44
1. Right-click **.parquet**, then select **New notebook**, then select **Load to DataFrame**. A new notebook is created with a cell like this:
45
45
46
46
```py
@@ -50,7 +50,7 @@ You can analyze the data in your workspace default ADLS Gen2 account or you can
50
50
display(df.limit(10))
51
51
```
52
52
53
-
1. Attach to the Spark pool named **Spark1**. Run the cell. If you run into an error related to lack of cores, this spark pool may be used by another session. Cancel all the existing sessions and retry.
53
+
1. Attach to the Spark pool named **Spark1**. Run the cell. If you run into an error related to lack of cores, another session could be using this spark pool this spark pool. Cancel all the existing sessions and retry.
54
54
1. Select back to the **users** folder. Right-click the **.parquet**file again, and then select **New SQL script**>**SELECTTOP100 rows**. It creates a SQL script like this:
Copy file name to clipboardExpand all lines: articles/synapse-analytics/get-started-create-workspace.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ In this tutorial, you'll learn how to create a Synapse workspace, a dedicated SQ
16
16
17
17
## Prerequisites
18
18
19
-
To complete this tutorial's steps, you need to have access to a resource group for which you are assigned the **Owner** role. Create the Synapse workspace in this resource group.
19
+
To complete this tutorial's steps, you need to have access to a resource group for which you're assigned the **Owner** role. Create the Synapse workspace in this resource group.
20
20
21
21
## Create a Synapse workspace in the Azure portal
22
22
@@ -36,7 +36,7 @@ Fill in the following fields:
36
36
Fill in the following fields:
37
37
38
38
1.**Workspace name** - Pick any globally unique name. In this tutorial, we'll use **myworkspace**.
39
-
1.**Region** - Pick the region where you have placed your client applications/services (for example, Azure VM, Power BI, Azure Analysis Service) and storages that contain data (for example Azure Data Lake storage, Azure Cosmos DB analytical storage).
39
+
1.**Region** - Pick the region where you have placed your client applications/services (for example, Azure Virtual Machine, Power BI, Azure Analysis Service) and storages that contain data (for example Azure Data Lake storage, Azure Cosmos DB analytical storage).
40
40
41
41
> [!NOTE]
42
42
> A workspace that is not co-located with the client applications or storage can be the root cause of many performance issues. If your data or the clients are placed in multiple regions, you can create separate workspaces in different regions co-located with your data and clients.
@@ -66,17 +66,17 @@ After your Azure Synapse workspace is created, you have two ways to open Synapse
66
66
> To sign into your workspace, there are two **Account selection methods**. One is from **Azure subscription**, the other is from **Enter manually**. If you have the Synapse Azure role or higher level Azure roles, you can use both methods to log into the workspace. If you don't have the related Azure roles, and you were granted as the Synapse RBAC role, **Enter manually** is the only way to log into the workspace. To learn more about the Synapse RBAC, refer to [What is Synapse role-based access control (RBAC)](./security/synapse-workspace-synapse-rbac.md).
67
67
68
68
## Place sample data into the primary storage account
69
-
We are going to use a small 100K row sample dataset of NYC Taxi Cab data for many examples in this getting started guide. We begin by placing it in the primary storage account you created for the workspace.
69
+
We're going to use a small 100 K row sample dataset of NYC Taxi Cab data for many examples in this getting started guide. We begin by placing it in the primary storage account you created for the workspace.
70
70
71
-
* Download the [NYC Taxi - green trip dataset](../open-datasets/dataset-taxi-green.md?tabs=azureml-opendatasets#additional-information) to your computer. Navigate to the [original dataset location](https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page) from the above link, choose a specific year and download the Green taxi trip records in Parquet format.
71
+
* Download the [NYC Taxi - green trip dataset](../open-datasets/dataset-taxi-green.md?tabs=azureml-opendatasets#additional-information) to your computer. Navigate to the [original dataset location](https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page) from the link, choose a specific year and download the Green taxi trip records in Parquet format.
72
72
* Rename the downloaded file to *NYCTripSmall.parquet*.
73
73
* In Synapse Studio, navigate to the **Data** Hub.
74
74
* Select **Linked**.
75
-
* Under the category **Azure Data Lake Storage Gen2** you'll see an item with a name like **myworkspace ( Primary - contosolake )**.
75
+
* Under the category Azure Data Lake Storage Gen2,** you'll see an item with a name like **myworkspace ( Primary - contosolake )**.
76
76
* Select the container named **users (Primary)**.
77
77
* Select **Upload** and select the `NYCTripSmall.parquet` file you downloaded.
78
78
79
-
Once the parquet file is uploaded it is available through two equivalent URIs:
79
+
Once the parquet file is uploaded, it's available through two equivalent URIs:
Copy file name to clipboardExpand all lines: articles/synapse-analytics/get-started-knowledge-center.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,14 @@ In this tutorial, you'll learn how to use the Synapse Studio **Knowledge center*
18
18
19
19
There are two ways of finding the **Knowledge center** in Synapse Studio:
20
20
21
-
1. In the Home hub, near the top-right of the page click on**Learn**.
22
-
2. In the menu bar at the top, click**?** and then **Knowledge center**.
21
+
1. In the Home hub, near the top-right of the page, select**Learn**.
22
+
2. In the menu bar at the top, select**?** and then **Knowledge center**.
23
23
24
24
Pick either method and open the **Knowledge center**.
25
25
26
26
## Exploring the Knowledge center
27
27
28
-
Once it is visible, you will see that the **Knowledge center** allows you to do three things:
28
+
Once it's visible, you'll see that the **Knowledge center** allows you to do three things:
29
29
***Use samples immediately**. If you want a quick example of how Synapse works, choose this option.
30
30
***Browse gallery**. This option lets you link sample data sets and add sample code in the form of SQL scripts, notebooks, and pipelines.
31
31
***Tour Synapse Studio**. This option takes you on a brief tour of the basic parts of Synapse Studio. This is useful if you have never used Synapse Studio before.
@@ -37,23 +37,23 @@ There are three items in this section:
37
37
* Query data with SQL
38
38
* Create external table with SQL
39
39
40
-
1. In the **Knowledge center**, click**Use samples immediately**.
40
+
1. In the **Knowledge center**, select**Use samples immediately**.
41
41
1. Select **Query data with SQL**.
42
-
1.Click**Use sample**.
42
+
1.Select**Use sample**.
43
43
1. A new sample SQL script will open.
44
44
1. Scroll to the first query (lines 28 to 32) and select the query text.
45
-
1.Click Run. It will run only code you have selected.
45
+
1.select Run. It will run only code you have selected.
46
46
47
47
## Gallery: A collection of sample datasets and sample code
48
48
49
-
1. Go to the **Knowledge center**, click**Browse gallery**.
49
+
1. Go to the **Knowledge center**, select**Browse gallery**.
50
50
1. Select the **SQL scripts** tab at the top.
51
-
1. Select **Load the New York Taxicab dataset** Data ingestion sample, click**Continue**.
51
+
1. Select **Load the New York Taxicab dataset** Data ingestion sample, select**Continue**.
52
52
1. Under **SQL pool**, choose **Select an existing pool** and select **SQLPOOL1**, and select the **SQLPOOL1** database you created earlier.
53
-
1.Click**Open Script**.
53
+
1.Select**Open Script**.
54
54
1. A new sample SQL script will open.
55
-
1.Click**Run**
56
-
1. This will create several tables for all of the NYC Taxi data and load them using the T-SQL COPY command. If you had created these tables in the previous quick start steps, select and execute only code to CREATE and COPY for tables that do not exist.
55
+
1.Select**Run**
56
+
1. This will create several tables for all of the NYC Taxi data and load them using the T-SQL COPY command. If you had created these tables in the previous quick start steps, select and execute only code to CREATE and COPY for tables that don't exist.
57
57
58
58
> [!NOTE]
59
59
> When using the sample gallery for SQL script with a dedicated SQL pool (formerly SQL DW), you will only be able to use an existing dedicated SQL pool (formerly SQL DW).
0 commit comments