Reputation: 241
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 fetch
Upvotes: 4
Views: 10528
Reputation: 161
I my case to solve this issue, i press "ctrl + R" then "ctrl + F5", then i should wait a few minutes before opening les boxes and it's ok
If this error persists, you can download, full history in a csv file that you can analize, yes you need to rean JSON code and Sharepoint http requests
in your flow error message copy le run ID to seek it in your csv file in url
with screenshot here
Upvotes: 0
Reputation: 91
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".
Upvotes: 5
Reputation: 814
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.
Upvotes: 1