Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting "Failed to Fetch" in result view of Azure Logic App

We have Logic Apps running into Azure. We are adding firewalls to some of our resources, and as such, I am migrating our Logic Apps to run inside an Integration Service Environment (ISE). I am finding that when I go into the results of a run for the ISE version, if I drill into any activity (simple, complex, success or failure, doesn't matter), it spins for about 30 seconds, then shows:

Unexpected error. Failed to fetchenter image description here

like image 632
John Avatar asked Nov 05 '25 05:11

John


2 Answers

I'm having the same issue. If you're using an internal/private ISE, you'll need to peer your VNET or access the history from a machine on the VNET.
This is explained in the documentation here: https://learn.microsoft.com/en-us/azure/logic-apps/connect-virtual-network-vnet-isolated-environment-overview#ise-endpoint-access

Also, make sure that you have network connectivity between the private endpoints and the computer from where you want to access the run history. Otherwise, when you try to view your logic app's run history, you get an error that says "Unexpected error. Failed to fetch".

like image 118
John Wright Avatar answered Nov 07 '25 07:11

John Wright


make sure your ise access point is external while deploying the ise it self. check it`s current access point from properties. if internal make sure to use a machine that is connected to the vnet. use pos/peering to do that.

like image 35
Ahmed Magdy Avatar answered Nov 07 '25 07:11

Ahmed Magdy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!