05-05-2021 03:34 AM
I would like to build a pipeline that reads from Azure Storage Queues and then executes a child pipeline if there are messages to consume. There do not appear to be any pre-built snaps, unlike for Azure Storage Blobs.
I can’t see a specific method to do a continuous poll using a Rest GET method either but there is a possible solution by using the pagination feature where next = true and setting the pagination interval to be the poll. Am I missing a more obvious solution though and are there any problems with this approach?
05-05-2021 07:36 AM
From the description of what you are trying to achieve, and the interfaces ASQ provides, using the REST GET with the “Has Next” functionality should allow you to do the polling you require.