721 questions with Azure Service Bus tags

Sort by: Updated
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-10-29T13:45:45.8966667+00:00
Sinhal, Nikhil 0 Reputation points
commented 2025-10-31T11:58:23.55+00:00
Sinhal, Nikhil 0 Reputation points
1 answer One of the answers was accepted by the question author.

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-10-20T14:32:52.5466667+00:00
Neelesh Chitari 20 Reputation points Microsoft Employee
accepted 2025-10-22T14:18:06.38+00:00
Neelesh Chitari 20 Reputation points Microsoft Employee
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-10-02T16:52:12.3133333+00:00
Carlos Sosa 5 Reputation points
commented 2025-10-15T10:35:36.2433333+00:00
Pravallika KV 485 Reputation points Microsoft External Staff Moderator
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-08-19T21:43:27.99+00:00
Priyanka Chadha 0 Reputation points
commented 2025-10-10T17:13:38.8833333+00:00
Matt Binkley 0 Reputation points
2 answers One of the answers was accepted by the question author.

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-10-05T07:43:45.4933333+00:00
Hans 25 Reputation points
accepted 2025-10-10T09:25:06.2733333+00:00
Hans 25 Reputation points
1 answer

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
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2024-11-14T04:07:12.76+00:00
Catherine Du 25 Reputation points Microsoft Employee
commented 2025-10-07T10:21:18.8566667+00:00
Raf 0 Reputation points
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-10-06T19:01:41.13+00:00
Abhay Pratap Singh 0 Reputation points
answered 2025-10-06T20:33:22.6433333+00:00
Praveen Kumar Gudipudi 1,080 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-10-01T11:42:52.9233333+00:00
Yale Farmer 36 Reputation points
edited an answer 2025-10-01T14:54:00.4766667+00:00
Rupesh Asati 865 Reputation points Microsoft External Staff Moderator
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-09-24T10:09:20.54+00:00
Spencer Thompson (Network) 0 Reputation points
commented 2025-09-30T11:53:40.5866667+00:00
Rupesh Asati 865 Reputation points Microsoft External Staff Moderator
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-09-25T09:27:44.8566667+00:00
curious7 271 Reputation points
commented 2025-09-30T07:56:54.58+00:00
Anurag Rohikar 2,785 Reputation points Microsoft External Staff Moderator
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2024-12-31T00:11:53.2133333+00:00
Chen, Cherie 0 Reputation points
commented 2025-09-24T14:25:15.06+00:00
Chris Gray 10 Reputation points
2 answers

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2024-07-03T18:31:40.7866667+00:00
Spencer Thompson (Network) 0 Reputation points
commented 2025-09-24T10:02:45.25+00:00
Spencer Thompson (Network) 0 Reputation points
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-09-18T11:29:23.2866667+00:00
David Blaszyk 0 Reputation points
answered 2025-09-24T01:45:44.1233333+00:00
David Blaszyk 0 Reputation points
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-09-18T18:06:17.37+00:00
Vlad Tkachenko 0 Reputation points
answered 2025-09-22T14:14:59.28+00:00
Rupesh Asati 865 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-08-28T21:46:44.0933333+00:00
David Cuervo 25 Reputation points
commented 2025-09-12T17:30:24.01+00:00
David Cuervo 25 Reputation points
2 answers

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2022-06-30T20:33:05.22+00:00
Perkins, James (NBCUniversal) 1 Reputation point
answered 2025-09-06T06:22:27.66+00:00
Ethan Johnson 0 Reputation points
1 answer

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-08-22T16:05:26.6633333+00:00
KEITA Fousseni (CNH) 0 Reputation points
commented 2025-09-03T08:51:03.77+00:00
Rakesh Mishra 2,265 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-04-10T09:22:04.67+00:00
Dushyant Priyadarshee 161 Reputation points
commented 2025-08-15T15:00:51.3366667+00:00
Ryon Steele 0 Reputation points Microsoft Employee
0 answers

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 Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,181 questions
asked 2024-03-11T16:59:27.2066667+00:00
Matheus Braga 0 Reputation points
edited a comment 2025-08-14T06:51:28.4233333+00:00
Pradeep M 9,800 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
721 questions
asked 2025-08-06T06:27:06.1533333+00:00
SriRaghavendran Prabhakaran 425 Reputation points
accepted 2025-08-07T09:52:07.13+00:00
SriRaghavendran Prabhakaran 425 Reputation points