We want to use Logic Apps for our solution. But we are new to Logic Apps. We want to know if it is possible to do the following using the Azure SDK.
- create logic apps workflow dynamically
- start / stop / delete workflow
- get status of running workflow
We want to do all of above from the C# code.
Thank you
You can use the Logic Apps management SDK found here: https://www.nuget.org/packages/Microsoft.Azure.Management.Logic/