Cannot delete Service bus in Azure as it contains an issue
Migration config cannot be deleted because replication is in progress. Please complete or abort migration before attempting to delete the config.
Azure Service Bus
Intermitent SSL Handshake Time between spingboot amqp client and azure service bus
We are having this intermittent issue in our production azure service bus. Jms health check is throwing following exception below. I tried many settings of amqps but we are still getting this handshake timeout error once a while. I will appreciate…
Azure Service Bus
How to fix Service Bus Exception
Azure.Messaging.ServiceBus.ServiceBusException: An existing connection was forcibly closed by the remote host. ErrorCode: ConnectionReset (ServiceCommunicationProblem). For troubleshooting information, see…
Azure Service Bus
Microsoft.ServiceBus namespaces - zoneRedundant value doesn't seem to match with documentation
We have been deploying Microsoft.ServiceBus namespaces in our subscriptions for a long time. We never set the zoneRedundant property. Refer docs for the property. But all our deployed Service Bus Namespace resources show it to be true in json view as…
Azure Service Bus

Performance degradation with Azure Functions
I'm using azure functions and service bus and i'm facing some problems with messages consumption on queues with the passing time. Sometimes takes me less then one second to consume a message, others take almost 2 minutes and they start getting degradated…
Azure Service Bus
Azure Functions
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
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
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…