How can you export the ARM template of a logic app which includes its associated ISE?
Every time I try, the template is missing the "integrationServiceEnvironment" from the "properties" collection of the "Microsoft.Logic/workflows" ...
"integrationServiceEnvironment": {
"id": "[parameters('integrationServiceEnvironments_ise_eun_logicapps_0_externalid')]"
}
... and I have to use the Portal, because the Visual Studio Logic App extension doesn't yet support ISE's