Demonstrate how to create and manage workflows using Azure Logic Apps
An Azure RM template is included in infrastructure/ to create the environment:
Using Azure PowerShell, do the following to provision the resources:
.\New-Lab.ps1Alternatively, you can perform a one-click deploy with the following button:
-
Create a Logic App
-
Use the Designer view and graphically create a workflow
-
Start simple with the Request trigger and Response action
-
Gradually increase the complexity of the workflow by adding controls and using the Azure Table connector to persist values
-
When finished, remove the Azure resources with:
.\Remove-Lab.ps1