Skip to content

Instantly share code, notes, and snippets.

@rtobkes
rtobkes / logicAppHub.JSON
Created March 26, 2018 15:25
Azure Logic App Template for integrating with the WSH
{
"definition": {
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"actions": {
"Response": {
"inputs": {
"body": {
"status": "success"
},
"statusCode": 200