Exposing your Azure API App to PowerApps and Flow 04 May 2017 Michael-Van-Wesemael API Apps, Flow, PowerApps Since some time Azure allows you to expose your API apps to PowerApps and Flow in an easy way. Just go to your API definition (make sure CORS is enabled) and click on the export-button. This gives you a dialog where you can download or get a link to your Swagger metadata-file. Download it, and clic... [More]
Creating connectors for your Logic Apps/Flow (Part 3 – More triggers) 03 May 2017 Michael-Van-Wesemael API Apps, Azure, Flow, Logic Apps So, let's recap: we had regular connectors, we had poll triggers. So, we're still missing the push triggers. A poll trigger needs to be polled regularly by the logic app to see if it can continue. A push trigger does not have to be polled, it will tell the logic app when it needs to continue, passin... [More]