724 questions with Azure Service Bus tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

Unable to sign in to Azure Portal – AADSTS50000

I am unable to sign in to the Azure Portal. Every attempt results in the following error: Error code: AADSTS50000 Error message: AADSTS50000: There was an error issuing a token or an issue with our sign-in service. Trace ID:…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
724 questions
asked 2025-12-12T11:53:20.8066667+00:00
Masa Komazec 40 Reputation points
commented 2025-12-12T16:12:20.4333333+00:00
Tschosik, Sherry 5 Reputation points
1 answer

why i can't use my right of student

我想要注册Azure, 用来免费试用,但是进行学生验证时一直失败显示无权限

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
724 questions
asked 2025-12-11T18:58:34.9333333+00:00
炎炎 赵 0 Reputation points
answered 2025-12-12T07:02:56.28+00:00
Siva shunmugam Nadessin 3,425 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Azure Service Bus - how to preserve message ordering with retries when re-scheduling messages

Hi everyone, I’m working on a background task that listens to a topic for card updates and then publishes messages to an Azure Service Bus queue so that each card can be updated independently. Each message in this queue triggers a call to an external…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
724 questions
asked 2025-11-12T20:35:12.61+00:00
Pedro Ferreira 25 Reputation points
edited an answer 2025-11-18T10:01:29.4633333+00:00
Pedro Ferreira 25 Reputation points
4 answers One of the answers was accepted by the question author.

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.
724 questions
asked 2025-10-29T13:45:45.8966667+00:00
Sinhal, Nikhil 20 Reputation points
accepted 2025-11-07T14:57:12.44+00:00
Sinhal, Nikhil 20 Reputation points
0 answers

Binary Data Coming in

Hi, we are using the Azure Service Bus Namespace; sometime in the past month the data that was getting ssent in to us changed and it started coming in as BinaryData when it used to send it in as a JSON (as least thats how it seems to me). Is there…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
724 questions
asked 2025-11-04T17:32:59.73+00:00
Rivka Bard 0 Reputation points
commented 2025-11-04T18:21:25.5233333+00:00
Pashikanti Kumar 1,725 Reputation points Microsoft External Staff Moderator
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://v4.hkg1.meaqua.org/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.
724 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.
724 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 3,870 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.
724 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.
724 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.
724 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.
724 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,495 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.
724 questions
asked 2025-10-01T11:42:52.9233333+00:00
Yale Farmer 56 Reputation points
edited an answer 2025-10-01T14:54:00.4766667+00:00
Rupesh Asati 1,020 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.
724 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 1,020 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.
724 questions
asked 2025-09-25T09:27:44.8566667+00:00
curious7 276 Reputation points
commented 2025-09-30T07:56:54.58+00:00
Anurag Rohikar 3,185 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://v4.hkg1.meaqua.org/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.
724 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.
724 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.
724 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.
724 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 1,020 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.
724 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.
724 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