In the demo you will design new logic app from portal and run the test.
- Build your demo from following tutorial
- By using following command deploy your web app from template:
az deployment group create \
--resource-group [sandbox resource group name] \
--template-file template-new.json\
--parameters '{ "logicAppName": {"value":"MyLogicApp2"}, "location": {"value":"East US"}}'
You also can use the Powershell script deploy.ps1