0
votes

I have created a logic app for my azure pipeline automation. Inside the logic app I have used the Azure Devops http connector to send request to azure devops via REST to queue a defined pipeline with specific parameters. I see that whenever the connector is executed, the respective pipeline gets triggered but it keeps on getting triggered until and unless the connector throws a 504 error and fails the logic app. But the pipeline runs successfully as the parameters that are passed through the logic app to Azure DevOps are valid. Any solution to this problem?

1
Not get your response for several days, would you please share your latest information about this issue? If you have any concern, feel free to share it here. - Hugh Lin

1 Answers

0
votes

As workaround, you can try to use Queue a new build action in Logic Apps Designer.

enter image description here