Create Logic Apps workflow using SDK (C#) samples

2.5k views Asked by At

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

3

There are 3 answers

0
Kevin Lam On

You can use the Logic Apps management SDK found here: https://www.nuget.org/packages/Microsoft.Azure.Management.Logic/

0
Jambor - MSFT On

I would suggest you to have a look at Azure official document about Azure Logic App to know what are Logic Apps. Azure Logic App support us to automate workflows and business processes. See this video about how to use Azure Logic Apps to automate business process. We can also use it to define custom trigger and action. We can also monitor Logic App to know its running status.

2
HiteshKumar Vaghasiya On

Here is the steps for Managing Azure Logic Apps using .NET SDK

https://www.servicebus360.com/blogs/managing-azure-logic-apps-using-net-sdk/