Skip to content

Commit fe3ccbd

Browse files
committed
edits from Saveen
1 parent 859c178 commit fe3ccbd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/synapse-analytics/get-started.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This tutorial will guide you through all the basic steps needed to setup and use
3838
* Once the storage account is created, make these role assignments or ensure they are already assigned. While in the storage account, select **Access control (IAM)** from the left navigation.
3939
* Assign yourself to the **Owner** role on the storage account
4040
* Assign yourself to the **Storage Blob Data Owner** role on the Storage Account
41-
* From the left navigation, select **Containers** and create a container. You can give it any name. Accept the default **Public access level**. In this document, we will call the container 'users`. Select **Create**.
41+
* From the left navigation, select **Containers** and create a container. You can give it any name. Accept the default **Public access level**. In this document, we will call the container `users`. Select **Create**.
4242

4343
## Create a Synapse workspace
4444

@@ -255,11 +255,11 @@ df.write.sqlanalytics("SQLDB1.dbo.PassengerCountStats", Constants.INTERNAL )
255255
* Select **Run**
256256
* NOTE: THe first time you run this it will take about 10 seconds for SQL on-demand to gather SQL resources needed to run your queries. Subsequent queries will not require this time.
257257
258-
## Use pipeline to orchestrate activities
258+
## Use pipelines to orchestrate activities
259259
260260
You can orchestrate a wide variety of tasks in Azure Synapse. In this section, you'll see how easy it is.
261261
262-
* In Synapse Studio, navigate to the Orchestrate bug.
262+
* In Synapse Studio, navigate to the Orchestrate hub.
263263
* Select **+** then select **Pipeline**. A new pipeline will be created.
264264
* Navigate to the Develop hub and find any of the notebooks you previously created.
265265
* Drag that notebook into the pipeline.
@@ -324,22 +324,22 @@ Your data can now be easily analyzed and visualized in Power BI. Synapse offers
324324
### Create a Power BI Workspace and link it to your Synapse Workspace
325325
326326
* Log into [powerbi.microsoft.com](https://powerbi.microsoft.com/).
327-
* Create a new Power BI workspace called `NYXTaxiWorkspace1`.
327+
* Create a new Power BI workspace called `NYCTaxiWorkspace1`.
328328
* In Synapse Studio, navigate to the **Manage > Linked Services**.
329329
* Select **+ New** and select **Connect to Power BI** and set these fields:
330330
331331
|Setting | Suggested value |
332332
|---|---|---|
333-
|**Name**|`NYXTaxiWorkspace1`|
334-
|**Workspace name**|`NYXTaxiWorkspace1`|
333+
|**Name**|`NYCTaxiWorkspace1`|
334+
|**Workspace name**|`NYCTaxiWorkspace1`|
335335
|||
336336
337337
* Select **Create**.
338338
339339
### Create a Power BI dataset that uses data in your Synapse workspace
340340
341341
* In Synapse Studio, navigate to the **Develop > Power BI**.
342-
* Navigate to **NYXTaxiWorkspace1 > Power BI datasets** and select **New Power BI dataset**.
342+
* Navigate to **NYCTaxiWorkspace1 > Power BI datasets** and select **New Power BI dataset**.
343343
* Hover over the SQLDB1 database and select **Download .pbids file**.
344344
* Open the downloaded `.pbids` file. This will launch Power BI desktop and automatically connect it to SQLDB1 in your synapse workspace.
345345
* If you see a dialog appear called **SQL server database**:
@@ -355,13 +355,13 @@ Your data can now be easily analyzed and visualized in Power BI. Synapse offers
355355
* In the **Home** tab, select **Publish**.
356356
* It will ask you if you want to save your changes. Select **Save**.
357357
* It will ask you to pick a filename. Choose `PassengerAnalysis.pbix` and select **Save**.
358-
* It will ask you to **Select a destination** select `NYXTaxiWorkspace1` and select **Select**.
358+
* It will ask you to **Select a destination** select `NYCTaxiWorkspace1` and select **Select**.
359359
* Wait for publishing to finish.
360360
361361
### Configure authentication for your dataset
362362
363363
* Open [powerbi.microsoft.com](https://powerbi.microsoft.com/) and **Sign in**
364-
* At the left, under **Workspaces** select the the `NYXTaxiWorkspace1` workspace that you published to.
364+
* At the left, under **Workspaces** select the the `NYCTaxiWorkspace1` workspace that you published to.
365365
* Inside that workspace you should see a dataset called `Passenger Analysis` and a report called `Passenger Analysis`.
366366
* Hover over the `PassengerAnalysis` dataset and select the icon with the three dots and select **Settings**.
367367
* In **Data source credentials** set the Authentication method to **OAuth2** and select **Sign in**.

0 commit comments

Comments
 (0)