I have Azure Logic App that processes messages from Service Bus session-based queue using When one or more messages arrive in a queue (peek-lock) connector.
I have sent 20 messages into Service Bus queue with the same session id.
But it is not reading all messages at once. It is reading one by one.
I have followed these links
Can anyone suggest me how to read messages with the session id from session-based queue using Azure Logic App.