Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 723 Bytes

File metadata and controls

22 lines (14 loc) · 723 Bytes

AZ-204 Demo: Deploy Logic app from Template

In the demo you will design new logic app from portal and run the test.

Before delivery:

  • Build your demo from following tutorial

In class:

  1. 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

Deploy PS