Skip to content

Commit

Permalink
Lab 5 Updates. Added Files.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabragaMS committed Jun 15, 2019
1 parent 75835b5 commit ef440d0
Show file tree
Hide file tree
Showing 34 changed files with 3 additions and 1 deletion.
Binary file added Lab/Lab1/PowerBI/MDWLab1.pbit
Binary file not shown.
Binary file added Lab/Lab2/PowerBI/MDWLab2.pbit
Binary file not shown.
Binary file added Lab/Lab4/NYCImages/NYC01.jpg
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/NYCImages/NYC02.jpg
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/NYCImages/NYC03.jpg
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/NYCImages/NYC04.jpg
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/NYCImages/NYC05.jpg
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/NYCImages/NYC06.jpg
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/NYCImages/NYC07.jpg
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/NYCImages/NYC08.jpg
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/NYCImages/NYC09.jpg
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/NYCImages/NYC10.jpg
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/NYCImages/NYC11.jpg
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/NYCImages/NYC12.jpg
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/NYCImages/NYC13.jpg
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/NYCImages/NYC14.jpg
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/NYCImages/NYC15.jpg
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/NYCImages/NYC16.jpg
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/NYCImages/NYC17.jpg
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/NYCImages/NYC18.jpg
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/NYCImages/NYC19.jpg
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/NYCImages/NYC20.jpg
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/NYCImages/NYC21.jpg
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/NYCImages/NYC22.jpg
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/NYCImages/NYC23.jpg
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/NYCImages/NYC24.jpg
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/NYCImages/NYC25.jpg
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/NYCImages/NYC26.jpg
Binary file added Lab/Lab4/NYCImages/NYC27.jpg
Binary file added Lab/Lab4/NYCImages/NYC28.jpg
Binary file added Lab/Lab4/NYCImages/NYC29.jpg
Binary file added Lab/Lab4/NYCImages/NYC30.jpg
Binary file added Lab/Lab4/PowerBI/MDWLab4.pbit
Binary file not shown.
4 changes: 3 additions & 1 deletion Lab/Lab5/Lab5.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,12 @@ In this section you will create a Logic App to invoke the Twitter API and retrie

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

23. On the **Compose** properties, build a new JSON message using data elements returned by the previous tasks. Your JSON message should look like this.
23. On the **Compose** properties, use the **Inputs** field to build a new JSON message using data elements returned by the previous tasks. Type the JSON structure you see in the picture below and use the correct fields from the **Dynamic content** panel for element values. Your JSON message should look like this.

![](./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)*.

Alternatively you can copy and paste the JSON definition below:
```json
{
Expand Down

0 comments on commit ef440d0

Please sign in to comment.