I am developing a logic apps application that will send XML to an azure service bus queue that will be picked up by an on-premises .NET app.
I thought a straightforward pattern would be to have the .NET app return an acknowledgement to a separate azure service bus queue and the logic apps application could wait and pick that up to branch on whether all was OK or an error occurred. But I am finding this very difficult to set up in logic apps. I have played with the sequence id and correlation id fields, peeklock etc but nothing seems to fit what I thought would be a basic pattern (send a message and receive an ACK). Am I just trying to do something logic apps isn't engineered for? Missing something basic?
Appreciate any help immensely.
