Automate business processes with Logic Apps Part 3 – Use Azure API Management as a proxy for Logic Apps

In this final post we will use our API Management to connect to our HTTP trigger and run the Logic App to display our files in the fileshare. In the portal select from Logic app and import the configuration to a new API. Finally run your API and watch in the body the return statement […]

1 min read

Automate business processes with Logic Apps Part 2 – Implement a workflow using Logic Apps

Now let’s first create a fileshare and upload some files from the starter folder. Next use storage explorer to upload some files. Now lets create the workflow. In your Logic App create a blank template with the trigger http request and the method get. Next create an action that queries your new storage account for […]

1 min read