The message in the Service bus queue unlocks automatically before the Function App completes the processing. After unlocking the message, another instance of the function app read the same message from the queue and start processing.
The message in the Service bus queue unlocks automatically before the Queue triggered Function App completes the processing the message. After unlocking the message, another instance of the function app read the same message from the queue and start…
Azure Service Bus
When this feature - "Azure Service Bus Geo-Replication" will be available as GA? What's the timeline?
This page - https://free.blessedness.top/en-us/azure/service-bus-messaging/service-bus-geo-replication?source=docs mentions that the Azure Service Bus Geo-Replication feature is currently in private preview. We (i.e. DDMS v1 team) are currently working on…
Azure Service Bus
Getting Timeout from Azure Service Bus
I'm getting frequent TimeOut errors, from different locations a Twilio Function and an Azure Function. These are long dumps from the Azure Function: 2025-10-02T16:40:43.398Z] Transport connection failed: TimeoutError('timed…
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
unable to create a scheduled message in azure service bus
When creating a scheduled message in azure service bus, it always return connlost error. I am using golang library: github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus v1.10.0 the code sequenceNumbers, err := sender.ScheduleMessages(ctx,…
Azure Service Bus
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…
Azure Service Bus
Azure Service Bus Topics Sequence vs Sessions
What exactly is the difference between retrieval order and process order, and how can we look/check/verify that without using a session we retrieve in the correct order, explain with an example of C # and . .NET. Let me make it clearer, I uploaded…
Azure Service Bus
someone deleted my working queue what happended to it, how do see who deleted it and when
my azure service bus queue is deleted, it was active on 29-Sept after that it just gone. its not a manual mistake i checked with my team. how to see it on azure portal who deleted it?
Azure Service Bus
I am unable to send a Service Bus Message from Sql Server with a newly set up credential and queue
I setup a new queue using the same code as before and I cannot actually send a message: 56D2B880-4278-4DB8-AE34-84916885E475 {"response":{"status":{"http":{"code":401,"description":"SubCode=40100:…
Azure Service Bus
Can IAM permission be given to Service Bus with Local authentication
If I have a Service Bus with queues in it and it has local authentication enabled. Can I give some users (using their on-premises synced account) the "Azure Service Bus Data Receiver" and "Azure Service Bus Data Sender" permission to…
Azure Service Bus
how to delete dead-letter messages?
For the topic that has both active messages and dead-letter messages, I only want to delete the dead-letter messages. If I purge messages based on this article https://free.blessedness.top/en-us/azure/service-bus-messaging/batch-delete, will both messages…
Azure Service Bus
Unable to send message from Azure SQL to Service Bus
The goal is to send messages to Service Bus from Azure SQL Server. I have added the Managed Identity to the queue with the Azure Service Bus Data Owner permission. When I run the code to set up the credential, there is no error. OPEN MASTER KEY…
Azure SQL Database
Azure Service Bus
Issue Generating Valid SAS Token for Azure Service Bus Using Postman - Receiving 401 SubCode=40103 Error
I am experiencing persistent issues when attempting to generate and use a SAS token for Azure Service Bus via Postman. The token generation script runs without errors in Postman's pre-request script, but when sending a POST request to the /messages…
Azure Service Bus
North Central resource service bus timeout exceptions, started with no changes made
Is anybody having this issue on north central us resource with the service bus? Message : StartFromCache failed, error: TimeoutException: The operation did not complete within the allocated time 00:00:59.3906255 for object duplex2.
Azure Service Bus
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
Servicebus connection for mycenter Lexware software keeps getting intermittent connection issues, the connection times out.
Using a XXXXX servicebus.windows.net, the connection from within the company is being allowed via the firewall port 443, nothing special, but we keep getting intermittent connection issues. The connection times out causing the application to fail…
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
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…