Search code examples
azureservicebusazure-logic-appsazure-logic-app-standard

Azure Logic App Standard - service bus trigger never triggered


I have a stateful workflow deployed in the new Logic App Standard hosting model. The trigger is the Service Bus Receive Messages from a Queue. After the deployment in Azure, I can see that the trigger is never triggered, even if I have messages active in the queue. I tried to disable the workflow and re-enable it, but still the same issue.


Solution

  • I finally found that this is a bug and to fix it I need to change manually the value assigned to the App Settings AzureFunctionsJobHost__extensionBundle__version. Instead of the default value, I need to force the value to "[1.1.16, 2.0.0)".

    Based on this article: https://learn.microsoft.com/en-us/answers/questions/406403/logic-apps-preview-service-bus-receive-stopped-wor.html