An Azure service that provides cloud messaging as a service and hybrid integration.
IP firewall for an Azure Relay blocking Azure public IP
I'm configuring a new Azure Relay service, wcfrelay, for an onpremise data gateway. I want to use IP address white listing as described here. The goal is to allow powerbi to connect to onprem SQL…
Azure Service Bus
Logic app Servce Bus trigger with session creates duplicated runs for the same message
Hi, I'm playing with service bus sessions and logic apps and I have problem with duplicated runs for the same message when using sessions in Logic app. This is my publisher logic app: { "definition": { "$schema":…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Dead-Lettering a Message on a Service Bus Session Enabled Queue
I have a Logic App workflow that handles my session enabled queue messages. It processes the first message and completes the session on success. If a failure occurs processing the first message it is dead-lettered. After the dead-lettering does the…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
ServiceBusTrigger function is not triggered when connected to a topic/subscription on docker running emulator
Describe the bug ServiceBusTrigger is not triggered when it's connected to a topic/subscription on docker running emulator. Messages were sent to the topic via ServiceBusClient and they can also be received via ServiceBusClient. However,…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Significant increasing MessageLockLost error on RenewMessageLock operation.
Start time: 12/17/2025 04:00 AM (UTC +10:00) End time: Still ongoing Our service uses this queue for a long time and recently we find there have significant increasing RenewMessageLock failed errors. We observed lots of failures trying to renew message,…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Clarification on Azure Service Bus ServerErrors Alert Evaluation and Notification Behavior
I would like some general clarification regarding Azure Service Bus ServerErrors metric alerts and how alert evaluation and notifications work. I have an Azure Monitor metric alert configured on a Service Bus namespace using the ServerErrors metric.…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
How to connect to service bus explorer with public network access disabled
Hello, I have what i believe is a proper set up for a service bus name space, private endpoint that links to a subnet and vnet and then a jumphost VM. I would like to look at a dead letter queue and i was expecting it to work with when connecting to the…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
What is the Fault tolerance, recovery, availability SLA for WCF relays created via Azure Relays service
What is the fault tolerance mechanism, recovery method, availability, and/or SLA for WCF relays created via Azure Relays service? I cannot find any documentation around this.
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Can infrastructure (double) encryption be enabled on an existing Azure Service Bus namespace? Does it require the namespace to be recreated?
Can infrastructure (double) encryption be enabled on an existing Azure Service Bus namespace, without recreating the namespace? namespace is using Microsoft managed keys Premium service bus namespace Would like to implement this standard but not sure…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
When this feature - "Azure Service Bus Geo-Replication" will be available as GA? What's the timeline?
This page - https://learn.microsoft.com/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
An Azure service that provides cloud messaging as a service and hybrid integration.
Transient error and retry policy for Service Bus triggered Azure Function
Hi All, I have a requirement as below: There is a Service Bus Topic which is the source Azure Function is SB triggered At step 1, message is going to Function Step 2 if for calling a 3rd party API for some data enrichment Finally data is POSTed to…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides cloud messaging as a service and hybrid integration.
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
An Azure service that provides cloud messaging as a service and hybrid integration.
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
An Azure service that provides cloud messaging as a service and hybrid integration.
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
An Azure service that provides cloud messaging as a service and hybrid integration.
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
An Azure service that provides cloud messaging as a service and hybrid integration.
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
An Azure service that provides cloud messaging as a service and hybrid integration.
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
An Azure service that provides cloud messaging as a service and hybrid integration.
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
An Azure service that provides cloud messaging as a service and hybrid integration.
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
An Azure service that provides cloud messaging as a service and hybrid integration.