Skip to content

Commit ac06b54

Browse files
committed
Acrolinx updates
1 parent 48ac1f4 commit ac06b54

7 files changed

+57
-58
lines changed

articles/synapse-analytics/get-started-add-admin.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ ms.custom: subject-rbac-steps
1313

1414
# Add an administrator to your Synapse workspace
1515

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.
1717

1818
## Overview
1919

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.
2121

22-
## Azure RBAC: Owner role for the workspace
22+
## Azure role-based access control: Owner role for the workspace
2323

2424
1. Open the Azure portal and open your Synapse workspace.
2525
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
3636

3737
1. Select **Save**.
3838

39-
40-
## Synapse RBAC: Synapse Administrator role for the workspace
39+
## Synapse role-based access control: Synapse Administrator role for the workspace
4140

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.
4342

4443
1. Open your workspace in Synapse Studio.
4544
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
4948
1. Add `[email protected]` to the **Synapse Administrator** role.
5049
1. Then select **Apply**.
5150

52-
## Azure RBAC: Role assignments on the workspace's primary storage account
51+
## Azure role-based access control: Role assignments on the workspace's primary storage account
5352

5453
1. Open the workspace's primary storage account in the Azure portal.
5554
1. On the left side, select **Access control (IAM)**.

articles/synapse-analytics/get-started-analyze-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ df.write.mode("overwrite").parquet("/NYCTaxi/PassengerCountStats_parquetformat")
3535

3636
### Analyze data in a storage account
3737

38-
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).
3939

4040
1. In Synapse Studio, go to the **Data** hub, and then select **Linked**.
4141
1. Go to **Azure Data Lake Storage Gen2** > **myworkspace (Primary - contosolake)**.
4242
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`.
4444
1. Right-click **.parquet**, then select **New notebook**, then select **Load to DataFrame**. A new notebook is created with a cell like this:
4545

4646
```py
@@ -50,7 +50,7 @@ You can analyze the data in your workspace default ADLS Gen2 account or you can
5050
display(df.limit(10))
5151
```
5252

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.
5454
1. Select back to the **users** folder. Right-click the **.parquet** file again, and then select **New SQL script** > **SELECT TOP 100 rows**. It creates a SQL script like this:
5555

5656
```sql

articles/synapse-analytics/get-started-create-workspace.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this tutorial, you'll learn how to create a Synapse workspace, a dedicated SQ
1616

1717
## Prerequisites
1818

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.
2020

2121
## Create a Synapse workspace in the Azure portal
2222

@@ -36,7 +36,7 @@ Fill in the following fields:
3636
Fill in the following fields:
3737

3838
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).
4040

4141
> [!NOTE]
4242
> 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
6666
> 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).
6767
6868
## 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.
7070

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.
7272
* Rename the downloaded file to *NYCTripSmall.parquet*.
7373
* In Synapse Studio, navigate to the **Data** Hub.
7474
* 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 )**.
7676
* Select the container named **users (Primary)**.
7777
* Select **Upload** and select the `NYCTripSmall.parquet` file you downloaded.
7878

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:
8080
* `https://contosolake.dfs.core.windows.net/users/NYCTripSmall.parquet`
8181
* `abfss://[email protected]/NYCTripSmall.parquet`
8282

articles/synapse-analytics/get-started-knowledge-center.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ In this tutorial, you'll learn how to use the Synapse Studio **Knowledge center*
1818

1919
There are two ways of finding the **Knowledge center** in Synapse Studio:
2020

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**.
2323

2424
Pick either method and open the **Knowledge center**.
2525

2626
## Exploring the Knowledge center
2727

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:
2929
* **Use samples immediately**. If you want a quick example of how Synapse works, choose this option.
3030
* **Browse gallery**. This option lets you link sample data sets and add sample code in the form of SQL scripts, notebooks, and pipelines.
3131
* **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:
3737
* Query data with SQL
3838
* Create external table with SQL
3939

40-
1. In the **Knowledge center**, click **Use samples immediately**.
40+
1. In the **Knowledge center**, select **Use samples immediately**.
4141
1. Select **Query data with SQL**.
42-
1. Click **Use sample**.
42+
1. Select **Use sample**.
4343
1. A new sample SQL script will open.
4444
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.
4646

4747
## Gallery: A collection of sample datasets and sample code
4848

49-
1. Go to the **Knowledge center**, click **Browse gallery**.
49+
1. Go to the **Knowledge center**, select **Browse gallery**.
5050
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**.
5252
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**.
5454
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.
5757

5858
> [!NOTE]
5959
> 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

Comments
 (0)