Relative Content

Tag Archive for azureazure-logic-apps

Azure Logic App, Run history: How to see a parameter from within the runs?

This concerns the Run history tab in the overview page of a Logic App within a ressource group. Our company has many of these in prod, and often need to go back and find specific runs. This is why it would be a game changer for us to be able to filter based on information within the actual run. To give an example, let’s say a logic app deals with a car and knows the registration number. It would be nice to be able to go into run-history and filter based on registration numbers, but after hours of googling and trying I have been defeated, I can’t do it.

Azure Logic app task delete from queue sends 404 error “The response is not in a JSON format.”

I have a logic app which takes as input a message from a queue. At the end of the workflow it should delete the message from the queue.
But in the delete task it gives back sometimes the 404 error “The response is not in a JSON format.”
Thats how my task looks like and it works 90% of the runs, but in 10% it doesnt delete, the workflow runs again because it finds something in the queue and then the deletion works.
enter image description here

Error Tunnel Connection while accessing Advanced Tools Standard Logic App

I have a Standard Logic App. When I click on Advanced Tools under Development tools, it opens a new tab with URL as https://.appserviceenvrionment.net. But it can’t reach the page and shows an error as ERR_TUNNEL_CONNECTION_FAILED. How can I fix this, where can I find more information on why it’s happening?