Azure service bus shared access Keys backup and restore
Hello Team, I am planning to make a change to the Terraform YAML file related to our Service Bus deployment. Before proceeding with testing, I have taken a backup of the existing Shared Access Keys, as a precaution in case the deployment introduces any…
Azure Service Bus
Cause of Service Bus 'cannot allocate more handles'
We are occasionally encountering the Azure Service Bus 'Cannot allocate more handles' error, and I'm hoping to identify possible solutions. This is across a number of various Azure Function and Azure App Service apps that tend to use the same Service Bus…
Azure Service Bus
Service Bus and Functions, facing inconsistent processing and failures
Hello all, We are currently experiencing frequent and inconsistent success/failure rates in our system. Here's a high-level overview of our setup: Messages are received via an API call (.NET 6.0, TLS 1.2). These messages are then routed to an Azure…
Azure Service Bus
Function App trigger stops listening to messages from Service Bus Queue
We have a service bus with some queues set up in it and a function app trigger which processes the messages sent by service bus. Our service bus will receive message from a third party system and the message will be processed by the function app…
Azure Service Bus
Azure Functions
Azure
The 'normalize_assessment' function is in error: Unable to configure binding 'azservicebus' of type 'serviceBusTrigger'. Can't figure out which ctor to call.
Can somebody help me with solving an error while getting access for Azure Service Bus: The 'normalize_assessment' function is in error: Unable to configure binding 'azservicebus' of type 'serviceBusTrigger'.
Azure Service Bus
Azure service bus role assignment time based
I have created a service bus namespace with one queue in it. I have disabled "local authentication" from overview due to security reason. Now I want to use service bus explorer from azure portal to view messages in queue/dlq using azure active…
Azure Service Bus
Microsoft Security | Microsoft Entra | Microsoft Entra ID

Azure Service Bus: When a message is sent to a topic only 2 out of 3 subscriptions get the message
I have a Service bus with 3 subscriptions. A service sends a message to the topic with 3 subscriptions. I can confirm that 2 subscriptions always get the message but the third one has trouble intermittently and sometimes does not get the message.…
Azure Service Bus
[Azure function] using env var in function.json
Sample function.json { "bindings": [ { "queueName": "test-queue", "name": "message", "type": "serviceBusTrigger", "direction": "in", …
Azure Service Bus
Azure Functions
Managed VNET Synapse Analytics Serverless Spark Unable to connect to Private VNET Service Bus
i have created a service bus with private endpoint and trying to connect in azure synapse but facing issue like"Caused by: com.azure.core.amqp.exception.AmqpException: status-code: 401, status-description: Ip has been prevented to connect to the…
Azure Service Bus
Intermittent ETIMEDOUT and ServiceBusError while sending messages to Azure Service Bus Standard Tier Queue
Hi Team, We are encountering intermittent issues while sending messages to an Azure Service Bus Standard Tier queue (we are only using queues, no topics). Occasionally, we receive the following error: "ServiceBusError: [connection-1] Sender…
Azure Service Bus
connection string?
Azure service bus queue... where to find the connection string
Azure Service Bus
How does Service Bus handle message retries and dead-lettering
Goes into how the system handles transient and non-transient failures through retry policies and eventual dead-lettering.
Azure Service Bus
How to configure service bus connection string?
I'm a new developer with Azure SDK development, I'd like to collect the detail like how to configure Azure Service Bus step-by-step. Could you also write a sample code for Azure function which is triggered by service bus queue in C#?
Azure Service Bus
Azure Service Bus SBMP end of life & Microsoft BizTalk Server
I see that the SBMP protocol for Azure Service Bus is going to be removed (not deprecated) in September 2026:…
Azure Service Bus
Service Bus connections timing out using Java SDK
We're using the Java SDK (version 1.2.8, not deprecated for another year), and experiencing a transport/connection error connecting to service bus: "org.apache.qpid.proton.engine.TransportException: connection aborted" This has suddenly started…
Azure Service Bus
Schedule messages not triggeeing at expected time
Iam using azure service bus (Standard tier) with scheduled enqueuetimeUtc to send delayed messages. However, some messages are not processed exactly at the scheduled time and show noticeable delays. The azure.messaging.servicebus SDK in a .NET…
Azure Service Bus
Does updating max size with az servicebus topic update create downtime?
Hi, I want to update my azure service bus topic size from 1 gb to 4 gb . It is in premium tier service. If I do that in high traffic hours does it create any downtime?
Azure Service Bus
why can't my azure function bind to a service bus Subscription
System.Private.CoreLib: Put token failed. status-code: 404, status-description: The messaging entity 'sb://iot-dev-asb-dataingress-sur-01.servicebus.windows.net/lane-assignment-status-changed/Subscriptions/ cat-lane-assignment-status-changed' could not…
Azure Service Bus

How does Azure Service Bus "Operations per second" Limit works?
The Docs at https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quotas explains the different Limits/Quotas. The Quota "Operations per second" does not state which entity (e.g. Namespace, Queue) this Quota applies to. …
Azure Service Bus
Azure Function app is on TLS 1.2 and Service on TLS 1.0 , causing data loss issues
Hello!! We have been facing few data loss issues in our Prod, my observation is that our function app is running on TLS 1.2 and Service Bus still at 1.0. I have seen notifications/warnings regarding the deprecation on TLS version(1.0, 1.1) from Feb…