I have a service bus message that gets transferred to deadletter queue without triggering the function.
Hello Community, I have a service bus that is related to a queue every second message the service bus is sending the message to dead letter queue and the function that is supposed to be consuming the message is not even triggering. so The queue is…
Set Message Label/Subject using Azure Functions' Service Bus Output Binding
I am sending messages to service bus using python azure functions with the new programming model which uses output bindings like below: @bp.service_bus_queue_output( arg_name="outputQueueMessage", …
How can I determine where all these User Errors are coming from in Service Bus?
Looking at metrics for the Service Bus, the amount of User Errors that are occurring do not add up to the errors that we are seeing for the processes that take place due to the service bus. Due to this we are concerned that there are a large number of…
How to use Azure Servcie Bus for local development and to implement integration tests?
We are thinking of using Azure service bus in our architecture, do you have any solution on using it for local development apart from creating a azure subscription? Similarly, implementing integration tests as part of deployment pipeline? Looking for…
Enabling partitions in premium service bus
We are tying to add partitions - 4 and capacity 16, but in overview tab it shows partition only as 1 and messagingunits as 16
Unable to connect to Azure Service Bus from Spring Boot application using ServiceBusSenderClient with DefaultAzureCredentialBuilder
Getting below error when trying to connect to Azure Service Bus from Spring boot - java application. ConnectionHandler --…
Creating an alert rule for every new Deadletters in service bus
I'm trying to create a new alert rule that will send an email every time a new dead letter appears in my topics in the service bus. Initially, I tried searching for a solution at the subscription level so I could choose which subscriber to monitor for…
After deployment Logic app is unauthorized for servicebus
We have a logic app with managed identity to communicate with a service bus. After we have deployed the solution by ARM or Bicep, we manually give logic app access to service bus by adding the logic app to sender/receiver role. Then we test the logic app…
how to rollback the transaction of API from Azure function which calls the API
how to rollback the transaction of API from Azure function which calls the API below is my code in azure function. when My Azure function fails in any case I want to rollback the API changes using (TransactionScope scope = new…
Azure Service bus message is being retried forever
From my app which operates on the message received form the Azure SB, when an error occurs the message is getting redelivered. But the number of time the message is being redelivered seems to be foreer. For ex, the below is one of the message that got…
How to control messages on a bus coming from Dynamics
Hello, I am seeking guidance and best practices on a scenario I have. We have a Dynamics site that enables clients to book seats in a theatre with several rooms and while the clients updates fields on Dynamics we want to update a database on a different…
Azure Service Bus Queue - how to limit consumption rate to 1 message per minute per consumer instance?
I have 3 consumer instances that read and process messages from the same Azure Service Bus Queue to which producers can send any number of messages at once and overwhelm the very slow consumers. I want to limit each consumer to read and process only 1…
What Role Assignments Are Required For Bicep that assigns roles inside of Devops Pipeline?
I have a bicep file (https://github.com/siegfried01/SimplerServiceBusSendReceiveDemo/blob/master/infrastructure/deploy-ServiceBusSimpleSendReceive.bicep#L365 ) that calls a bicep module…
How to securely publish messages from AWS Lambda (with no vpc endpoint configured) to Azure Service Bus via private endpoint
Dear Azure Community I'm working on a project where I need to have an AWS Lambda function publish messages to an Azure Service Bus topic configured behind a private endpoint, without using the internet. My goal is to use Azure Private Link to achieve…
Azure Service Bus stream
Hi, I'm a bit confused on how to handle a stream for Azure Service Bus. I manage to connect, consume and complete messages. Background: The connection lasts 30 seconds and runs every 5 minutes. There are more messages on the queue than the program…
Duplicate Detection on Scheduled message in Azure Service Bus
Hello, The official ASB documentation says "Scheduled messages are included in duplicate detection. Therefore, if you send a scheduled message and then send a duplicate non-scheduled message, the non-scheduled message gets dropped. Similarly, if you…
I am having problems connecting from Azure Flex Consumption Function App to Service Bus
I have a flex consumption function app plan which has service bus connection string set in its app settings, however it does not seem to be consuming messages from Service bus. The service bus we use is a standard plan and the error we get is…
Forward from Event Grid to Service Bus
Hi, I have a Event Grid namespace and a topic on it, and I need to forward its messages to a Service Bus topic. In the subscription configuration (while creating it), I realized that the only supported methods are Event Hubs and Webhooks, but I don't see…
How to use user-assigned identity with Logic App Standard built-in connectors?
Is it really so that user-assigned identity is not supported in Logic App Standard built-in Service Bus connectors? If user-assigned identity is supported, how do I address that in serviceProvideConnections? I didn't find any documentation on this.…
Azure.Messaging.ServiceBus.ServiceBusException: A lock supplied supplied is invalid. Either
After migrating our function app version to the latest, we frequently see the exception in Application Insights. The details are as follows:- EXCEPTION: Azure.Messaging.ServiceBus.ServiceBusException. The lock supplied is invalid. Either the lock…