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.
Azure Logic App Standard - service bus trigger never triggered
1.2k Views Asked by David GROSPELIER At
1
There are 1 best solutions below
Related Questions in AZURESERVICEBUS
- Azure Service Bus 1.1 Failing to Start
- Create Azure Service Bus queue Shared Access Policy programmatically
- Windows server service bus 1.1 in server explorer Connection string error
- Is it possible to configure an NServiceBus endpoint (on Azure transport) to accept a simple string as input?
- Azure WebJob ServiceBusTrigger for Sessions
- Azure Service Bus Queue grouped messages
- Application for viewing Azure service bus dead letters
- How to expose existing REST API through Azure Service Bus (or through something else)
- TopicClient.Send takes a long time sometimes to send a message
- azure message delivered before ScheduledEnqueueTimeUtc time
- subscribing js client (web sockets style) to Azure Service bus
- Sending 1000 brokered messages to the service bus using the SendBatchAsync method
- SubscriptionExists returns false, but CreateSubscription throws 409 error
- Service Bus architecture for ASP.NET Web API
- How to find the last reciever information from Azure Service Bus Queue management api
Related Questions in AZURE-LOGIC-APPS
- Azure Logic Apps SMTP Connector {"code":"BadRequest","message":"Http request failed: the timeout was reached."}
- Azure Logic Apps: Insert MULTIPLE rows to Azure SQL Database
- Can't figure out monitoring and "trackedProperties" setting
- Custom logic app connector
- Azure function gives "The 'code' query parameter provided in the HTTP request did not match the expected value."
- How can I make my Azure logic app portable
- Parsing/ converting Json to XML i Logic Apps, possible?
- How to add a reference of "System.ServiceModel" from Azure Function?
- azure logic app, visual studio, open existing logic app from portal?
- Create Logic Apps workflow using SDK (C#) samples
- Azure Logic Apps - ARM template to deploy filesystem API connection
- Logic App Get rows task processes only 512 rows?
- How to rename existing Azure Logic App?
- Azure logic app SFTP connection Error "A reference was made to a file which does not exist."
- Most Logic App connectors don't work within the Azure Portal
Related Questions in AZURE-LOGIC-APP-STANDARD
- How to paramatize service bus managed identity in 'connections.json' for standard logic apps?
- Azure Logic App trigger a REST API in Azure API Manegement
- how use Terrafrom to deploy azure logic app standard's workflows
- azure logic app for failed connections and slow running queries
- How to consume Azure Function App from Azure Logic App running locally in VS Code?
- How to implement this kind of condition in Azure Logic App?
- How to assign JSON field from one data source to another in Logic App
- How to insert entity into Azure Table Storage using Logic App Standard?
- Azure SQL: can we grant 'execute' permission for stored procedure to API connections in logic app?
- How to get blob URL using Logic App Standard
- Azure Logic App Standard - service bus trigger never triggered
- How to create standard type Logic Apps using ARM templates
- Logic Apps :: parse JSON or CSV and make a list of e-mails separated by semi column
- Despite creating Workflows, Logic App Workflow listing is empty
- Connect to other users Outlook in Azure Logic App
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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