Skip to content

Commit

Permalink
Lab Screenshot Updates
Browse files Browse the repository at this point in the history
- Lab 1 Database credentials update
- Lab 4 JSON dataset definition update
  • Loading branch information
fabragaMS committed Sep 23, 2019
1 parent 0ef98df commit 0dabd4b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
5 changes: 4 additions & 1 deletion Lab/Lab1/Lab1.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,12 +511,15 @@ In this section you are going to use Power BI to visualize data from Azure SQL D
1. On MDWDesktop, download the Power BI report from the link https://aka.ms/MDWLab1 and save it on the Desktop.
2. Open the file MDWLab1.pbit with Power BI Desktop. Optionally sign up for the Power BI tips and tricks email, or to dismiss this, click to sign in with an existing account, and then hit the escape key.
3. When prompted to enter the value of the **MDWSQLVirtualServer** parameter, type the full server name: mdwsqlvirtualserver-*suffix*.database.windows.net

![](./Media/Lab1-Image50.png)

4. Click Load, and then Run to acknowledge the Native Database Query message
5. When prompted, enter the **Database** credentials:
<br>- **User Name**: MDWAdmin
<br>- **Password**: P@ssw0rd123!

![](./Media/Lab1-Image50.png)
![](./Media/Lab1-Image52.png)

6. Once the data is finished loading, interact with the report by changing the CollisionDate slicer and by clicking on the other visualisations.
7. Save your work and close Power BI Desktop.
Expand Down
Binary file added Lab/Lab1/Media/Lab1-Image52.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions Lab/Lab4/Lab4.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,13 @@ Dataset | Description

![](./Media/Lab4-Image38.png)

14. On the **New Data Set** tab, enter the following details:
<br>- **General > Name**: MDWDataLake_NYCImageMetadata_JSON
<br>- **Connection > Linked Service**: MDWDataLake
<br>- **Connection > File Path**: nycimagemetadata
<br>- **File format**: JSON format
14. On the **Set properties** blade, enter the following details:
<br>- **Name**: MDWDataLake_NYCImageMetadata_JSON
<br>- **Linked Service**: MDWDataLake
<br>- **File Path**: **Container**: nycimagemetadata, **Directory**: [blank], **File**: [blank]
<br>- **Import Schema**: None

![](./Media/Lab4-Image39.png)

Alternatively you can copy and paste the dataset JSON definition below:

Expand All @@ -400,21 +402,19 @@ Dataset | Description
"type": "LinkedServiceReference"
},
"annotations": [],
"type": "AzureBlob",
"type": "Json",
"typeProperties": {
"format": {
"type": "JsonFormat"
},
"fileName": "",
"folderPath": "nycimagemetadata"
"location": {
"type": "AzureBlobStorageLocation",
"container": "nycimagemetadata"
}
}
},
"type": "Microsoft.DataFactory/factories/datasets"
}
}
```
15. Leave remaining fields with default values.

![](./Media/Lab4-Image39.png)
![](./Media/Lab4-Image73.png)

16. Repeat the process to create another dataset, this time referencing the **ImageMetadata** collection in your **MDWCosmosDB** database.

Expand Down Expand Up @@ -533,7 +533,7 @@ In this section you will create an Azure Data Factory pipeline to copy New York
17. Select the **Notebook** activity and enter the following details:
<br>- **General > Name**: GetImageMetadata
<br>- **Azure Databricks > Databricks Linked Service**: MDWDatabricks
<br>- **Settings > Notebook path**: [Click Browse and navigate to /Users/*your-user-name*/ImageMetadata-Lab]
<br>- **Settings > Notebook path**: [Click Browse and navigate to /Users/*your-user-name*/NYCImageMetadata-Lab]
<br>- **Base Parameters**: [Click **+ New**] >
<br>- **nycImageUrl**:
```
Expand Down
Binary file modified Lab/Lab4/Media/Lab4-Image39.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Lab/Lab4/Media/Lab4-Image73.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0dabd4b

Please sign in to comment.