How can I implement workflows from a standard logicapp?

VERONICA GOMEZ TIRADO 0 Reputation points
2024-07-22T16:52:28.6366667+00:00

I am implementing standard App logic deployment via azure releases using an azure functions task but it replaces the current flows.

The process occurs as follows: deploys one workflow at a time. From an Azure repos repository with several workflows separated by folder, the flow indicated in a variable is compressed through a compilation pipeline and in a release pipeline, with an Azure task function that decompresses it. The behavior should be to add or modify a flow but instead, it deletes the flows that are currently created and leaves the last one that is displayed.

Is there a solution for this, is it possible to use the Azure functions to deploy workflows? Or is what reported normal behavior? Or is it necessary to deploy all the flows so that the others are not deleted?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,566 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.