azure-sdk-for-net icon indicating copy to clipboard operation
azure-sdk-for-net copied to clipboard

[QUERY] Trigger a logic app workflow with a custom payload using logic app management client library

Open SanketTag opened this issue 2 months ago • 6 comments

Library name and version

Azure.Management.Logic

Query/Question

I want to developed an azure function in C#. This function will get triggered from an action group and will get a payload as an input. The function is expected to process the payload, runs logic app workflow and pass that payload to the logic app workflow.

We are committed to use azure .net sdk to communicate with azure services and want to go away from REST APIs.

Can you please provide a way to trigger the logic app workflow using the .net sdk client libraries in C# instead of calling REST api directly?

Environment

.Net 8 Azure function in C# Visual studio Azure .net sdk

SanketTag avatar Jun 05 '24 12:06 SanketTag