October 2018
Intermediate to advanced
340 pages
7h 56m
English
In previous sections, we saw how to integrate Logic Apps with Cognitive Services. We used the Text Analytics API to score the sentiment of each tweet and stored the results in Blob Storage. In this example, we'll show how to implement the same steps with ADLA. In addition to getting the sentiment score, we'll also extract key phrases for each tweet to get more insights.
Completing this example requires a Cognitive Services Text Analytics API account.
Before Cognitive Services can be used in U-SQL scripts, the ADLA instance must be registered with Cognitive extensions. This can be done in the Azure portal by opening the ADLA instance and choosing the Sample scripts tab, as follows:
Once installation is ...