Search code examples
azure-logic-appsazure-queues

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


Solution

  • 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