As mentioned earlier, Logic Apps provide a simplified way to implement common application workflows in the cloud. Anything implemented with a Logic App can also be implemented in custom code, however, the Logic Apps allow us to save time and effort by making the implementations of common scenarios available out of the box.
Now that our WebHook function is published and available in our subscription, we can create the Logic App to process a Twitter feed and then trigger the function.
To create the Logic App, execute the following steps:
- Log in to the Azure Portal and navigate to New -> Web + Mobile -> Logic App -> Create.
- Fill in the required parameters:
- Name: Enter TwitterFeedReader
- Subscription ...