azureazure-logic-appsazure-storage-queues

How to send the bunch of messages at a time to Azure Storage Queue using Azure Logic App?


enter image description here

Above design send one message for every 5 seconds but not the multiple messages to the specified Storage Queue.

Message Content: Hello SA Queue, This is message with Guid() function.

Unable to find the connector/configuration for sending bulk of messages at a time. Could anyone assist me here.


Solution

  • You can do something like this by using an Until action ...

    Flow

    As you can see, it's going to loop 20 times (you can change that) and drop 20 messages on the same queue.