Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffhollan/build-demo-walkthrough
https://github.com/jeffhollan/build-demo-walkthrough
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffhollan/build-demo-walkthrough
- Owner: jeffhollan
- Created: 2017-05-11T15:59:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T21:50:40.000Z (over 7 years ago)
- Last Synced: 2025-01-23T00:45:07.679Z (4 days ago)
- Size: 183 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Demo Walkthrough
## USER ACCOUNT
## Building the app in Azure
1. Go to the [Azure Portal](https://portal.azure.com)
2. Login with the user account above
3. Click on the `serverless-twitter-app` to open the app![](./images/1.png)
4. Click on **Blank Logic App**
![](./images/2.png)
5. Choose the **Twitter** connector and **When a new tweet is posted**. Type in `#MSBuild` to listen to tweets on Build
![](./images/3.png)
6. Click to add a **New Step**, then **Add an action** and add the **Text Analytics** connector
![](./images/4.png)
7. Choose the **Detect Sentiment** action and select to analyze the **Tweet Text**
![](./images/5.png)
8. Add another action, and this time type to find the **Power BI** connector to **Add rows to a dataset**
![](./images/6.png)
9. Select the following:
|Field|Value|
|--|--|
|Workspace|My Workspace|
|Dataset|Twitter|
|Table|RealTimeData|10. Fill in the **Tweet Text**, **Tweeted By**, **Location**, **Created At**, and **Score** properties.
* **Note** - the **Created At** property is under the SEE MORE for Twitter - or can be found using the search bar![](./images/7.png)
That's it! You can now view the dashboard by logging into [Power BI](https://app.powerbi.com) with the user account above.