tests/functions/tasks/_Raw.LogicApp.json

{
  "type": "Microsoft.Logic/workflows",
  "apiVersion": null,
  "name": "LA-TEST-Exporter",
  "location": "westeurope",
  "tags": {},
  "identity": null,
  "properties": {
    "state": "Enabled",
    "definition": {
      "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
      "contentVersion": "1.0.0.0",
      "parameters": {},
      "triggers": {
        "manual": {
          "inputs": {
            "schema": {}
          },
          "kind": "Http",
          "type": "Request"
        }
      },
      "actions": {},
      "outputs": {}
    },
    "parameters": {},
    "integrationAccount": {
      "id": "/subscriptions/b466443d-6eac-4513-a7f0-3579502929f00/resourceGroups/rgTest/providers/Microsoft.Logic/integrationAccounts/Test-IntegrationAccount",
      "name": "Test-IntegrationAccount",
      "type": "Microsoft.Logic/integrationAccounts"
    }
  }
}