Polling using REST Get in Ultra Task / Azure Storage Queue access
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 Az...
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.