Closed JeffreySchmitz-Motion10 closed 3 weeks ago
I have encountered the same issue. It would be great if Microsoft could take a look at this issue.
@rvvincelli I just replied to you issue. We use blob connection and it works just fine. Also the issue is that our setup works, but at some point just stops working. After a restart of the logic app, it all starts working again for a while...
Hi @JeffreySchmitz-Motion10 , thanks for the follow-up, indeed mine was just a hint and your issue might be unrelated, let's see what the team says.
This issue is stale because it has been open for 45 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Describe the Bug
We have multiple logic app standard statefull workflows that follow the pattern of listening to a servicebus topic subscription, defer the message, run business logic, get deferred message and complete/deadletter the message. This works fine, but sometimes out of nowhere the In-App/Build In "Get Deferred Message for Topic" action just starts throwing the following error:
Application Insights exception shows the following:
The service bus trigger, the defer message action all keep working, just this action stops working. The system managed identity of the logic app has Receiver & Sender permissions at namespace level of the service bus. The solution we found so far is restarting (of stop/start) the Logic App and everything starts working again for many hour untill suddenly it stops working again.
Plan Type
Standard
Steps to Reproduce the Bug or Issue
Workflow JSON
No response
Screenshots or Videos
Additional context
No response