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.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ This tutorial will guide you through all the basic steps needed to setup and use
38
38
* 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.
39
39
* Assign yourself to the **Owner** role on the storage account
40
40
* 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**.
* 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.
257
257
258
-
## Use pipeline to orchestrate activities
258
+
## Use pipelines to orchestrate activities
259
259
260
260
You can orchestrate a wide variety of tasks in Azure Synapse. In this section, you'll see how easy it is.
261
261
262
-
* In Synapse Studio, navigate to the Orchestrate bug.
262
+
* In Synapse Studio, navigate to the Orchestrate hub.
263
263
* Select **+** then select **Pipeline**. A new pipeline will be created.
264
264
* Navigate to the Develop hub and find any of the notebooks you previously created.
265
265
* Drag that notebook into the pipeline.
@@ -324,22 +324,22 @@ Your data can now be easily analyzed and visualized in Power BI. Synapse offers
324
324
### Create a Power BI Workspace and link it to your Synapse Workspace
325
325
326
326
* 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`.
328
328
* In Synapse Studio, navigate to the **Manage > Linked Services**.
329
329
* Select **+ New** and select **Connect to Power BI** and set these fields:
330
330
331
331
|Setting | Suggested value |
332
332
|---|---|---|
333
-
|**Name**|`NYXTaxiWorkspace1`|
334
-
|**Workspace name**|`NYXTaxiWorkspace1`|
333
+
|**Name**|`NYCTaxiWorkspace1`|
334
+
|**Workspace name**|`NYCTaxiWorkspace1`|
335
335
|||
336
336
337
337
* Select **Create**.
338
338
339
339
### Create a Power BI dataset that uses data in your Synapse workspace
340
340
341
341
* 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**.
343
343
* Hover over the SQLDB1 database and select **Download .pbids file**.
344
344
* Open the downloaded `.pbids` file. This will launch Power BI desktop and automatically connect it to SQLDB1 in your synapse workspace.
345
345
* 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
355
355
* In the **Home** tab, select **Publish**.
356
356
* It will ask you if you want to save your changes. Select **Save**.
357
357
* 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**.
359
359
* Wait for publishing to finish.
360
360
361
361
### Configure authentication for your dataset
362
362
363
363
* 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.
365
365
* Inside that workspace you should see a dataset called `Passenger Analysis` and a report called `Passenger Analysis`.
366
366
* Hover over the `PassengerAnalysis` dataset and select the icon with the three dots and select **Settings**.
367
367
* In **Data source credentials** set the Authentication method to **OAuth2** and select **Sign in**.
0 commit comments