This template creates a Serverless app in Azure with Logic Apps and Functions. The Logic App triggers on an HTTP POST, calls the Azure Function, and returns the response.
If you wish to open this in the Visual Studio Logic App designer, be sure to deploy once to any resource group, and set the defaultValue
for the functionAppName
to the deployed function app. This will allow editing within the designer in Visual Studio. The template can still be deployed to any resource group with any functionAppName
later.