Skip to content

Commit

Permalink
Screnshot Fixes
Browse files Browse the repository at this point in the history
Screenshot and JSON code fixes.
  • Loading branch information
fabragaMS committed Jun 19, 2019
1 parent 05dcd98 commit a261e00
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Lab/Lab2/Lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ In this section you create a data factory pipeline to copy data in the follwng s
"storedProcedureName": "[Staging].[spNYCLoadTaxiDataSummary]"
},
"linkedServiceName": {
"referenceName": "MDWSQLVirtualServer_MDWASQLDW",
"referenceName": "MDWVirtualSQLServer_MDWASQLDW",
"type": "LinkedServiceReference"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Lab/Lab4/Lab4.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Step | Description
![](./Media/Blue5.png) | Copy metadata JSON documents into your Cosmos DB database
![](./Media/Blue6.png) | Visualize images and associated metadata using Power BI

**IMPORTANT**: Some of the Azure services provisioned require globally unique name and a “-suffix” has been added to their names to ensure this uniqueness. Please take note of the suffix generated as you will need it for the following resources:
**IMPORTANT**: Some of the Azure services provisioned require globally unique name and a “-suffix” has been added to their names to ensure this uniqueness. Please take note of the suffix generated as you will need it for the following resources in this lab:

Name |Type
-----------------------------|--------------------
Expand Down Expand Up @@ -576,7 +576,7 @@ In this section you will explore the image metadata records generated by the Azu

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

4. On the **Azure Cosmos DB Data Explorer window**, under **NYC > ImageMetadata** click **Documents** to see the full list of documents in the collection.
4. On the **Azure Cosmos DB Data Explorer window**, under **NYC > ImageMetadata** click **Items** to see the full list of documents in the collection.

5. Click any document in the list to see its contents.

Expand Down
Binary file modified Lab/Lab4/Media/Lab4-Image62.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 modified Lab/Lab4/Media/Lab4-Image63.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 2 additions & 6 deletions Lab/Lab5/Lab5.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,12 @@ Step | Description
![](./Media/Orange5.png) | Send stream of Tweet messages to Stream Analytics for real-time analytics (hot path)
![](./Media/Orange6.png) | Visualize real-time data generated by Stream Analytics with Power BI

**IMPORTANT**: Some of the Azure services provisioned require globally unique name and a “-suffix” has been added to their names to ensure this uniqueness. Please take note of the suffix generated as you will need it for the following resources:
**IMPORTANT**: Some of the Azure services provisioned require globally unique name and a “-suffix” has been added to their names to ensure this uniqueness. Please take note of the suffix generated as you will need it for the following resources in this lab:

Name |Type
-----------------------------|--------------------
mdwcosmosdb-*suffix* |Cosmos DB account
MDWDataFactory-*suffix* |Data Factory (V2)
mdwdatalake*suffix* |Storage Account
MDWEventHubs-*suffix* |Event Hubs Namespace
MDWKeyVault-*suffix* |Key vault
mdwsqlvirtualserver-*suffix* |SQL server
MDWStreamAnalytics-*suffix* |Stream Analytics job

# Create NYCTweets Container in Azure Blob Storage
Expand Down Expand Up @@ -170,7 +166,7 @@ In this section you will create a Logic App to invoke the Twitter API and retrie

![](./Media/Lab5-Image21.png)

**IMPORTANT**: Please pay special attention to the correct JSON format described as it will impact future lab steps involving Event Hubs and Stream Analytics. Note the " *(double-quotes)* surrounding each JSON element name and also the **CreatedAt** and **TweetText** element values. **TweetID** and **SentimentScore** element values do not need " *(double-quotes)*.
**IMPORTANT**: Please pay special attention to the correct JSON format described as it will impact future lab steps involving Event Hubs and Stream Analytics. Note the " *(double-quotes)* surrounding each JSON element name and also the **CreatedAt** and **TweetText** element values. **TweetID** and **SentimentScore** element values **do not** need " *(double-quotes)*.

Alternatively you can copy and paste the JSON definition below:
```json
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ New York City data used in this lab was obtained from the New York City Open Dat
## Lab Prerequisites and Deployment
The following prerequisites must be completed before you start these labs:
<br>- You must be connected to the internet;
<br>- You must have an Azure account with administrator- or controbutor-level access to your subscription. If you don’t have an account, you can sign up for free following the instructions here: https://azure.microsoft.com/en-au/free/
<br>- You must have an Azure account with administrator- or contributor-level access to your subscription. If you don’t have an account, you can sign up for free following the instructions here: https://azure.microsoft.com/en-au/free/
<br>- Lab 5 requires you to have a Twitter account. If you don’t have an account you can sign up for free following the instructions here: https://twitter.com/signup.
<br>- Lab 5 requires you to have a Power BI Pro account. If you don’t have an account you can sign up for a 60-day trial for free here: https://powerbi.microsoft.com/en-us/power-bi-pro/
<br>- The approximate cost to run the resources provisioned for the estimated duration of this workshop (2 days) is around USD 150.00. You can minimise the costs by turning off MDWSQLServer and MDWDataGateway VMs and also the MDWASQLDW Azure SQL Data Warehouse after Lab 2 as they are no longer required for the remaining labs.

## Lab Guide

Expand Down

0 comments on commit a261e00

Please sign in to comment.