user3639535
user3639535

Reputation: 57

Trigger Azure Logic apps workflow when message received in Azure Queue

Trying to create a Logic app workflow, which would get triggered when any messaged received in the Azure Queue storage. While designing the workflow , trigger step do see the Azure queue option but dont see any triggers associated with it Is this possible or need to switch to 'Service Bus' option which i do see the triggers Any issues in accessing the queue from a Logic App workflow ?

Thanks SAV

Upvotes: 0

Views: 790

Answers (1)

RithwikBojja
RithwikBojja

Reputation: 11411

We have reproduced from our end ,You can do this with Azure Service Bus:

enter image description here

You can also do with Azure queue using Consumption Plan:

enter image description here

Upvotes: 0

Related Questions