An Azure service that provides cloud messaging as a service and hybrid integration.
Will the retiring of the SMBP protocol also hit WCF Azure relay services?
We are using Azure WCF Relay via the legacy Microsoft.ServiceBus SDK to expose a WCF service over Azure Relay, using NetTcpRelayBinding. Microsoft recently announced the retirement of older Azure Service Bus SDKs and the SBMP protocol (ports 9350–9354)…
Azure Service Bus
Standard service bus Throttled Requests metric
In "Throttling in premium tier" section, https://docs.azure.cn/en-us/service-bus-messaging/service-bus-throttling#throttling-in-premium-tier, it states "Throttled Requests show up on the Azure Monitor Request metrics to identify how many…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Cloud Shell: Error Executing Code in Training Module - Unable to Proceed Due to [CS1002;1026;1529]
Hello, support team: Source: when finish the training module "Discover Azure message queues",I face an exercise issue with Cloudshell(Powershell). training module:…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
How to address the latency issues when pushing messages to Azure Service Bus queue
We have recently integrated to process messages using Azure service bus. We are using Azure Service Bus premium tier, pushing messages from Legacy (.NET FRAME WORK 4.8) SOAP API. Few messages pushed to queue quickly but when load is increased requests…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
504 bad gateway on service bus
Hello, Since this morning (8:00 AM) we experiment 504 bad gateway issues on our service bus located in Central France. The messages send from several logic app do not reach the service bus leading to 504 bad gateway error messages. There is no…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
How to send messages to dlq from a service bus queue in a batch (java)?
Scenario - I have a java application which uses a @ServiceBusQueueTrigger to get messages from a service bus queue. This is configured to get messages in a batch. Lets say there are 100 messages in the incoming batch and there is 1 bad message. I want to…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Azure service guidance for an intermittent process
I have a use case where I need to move a database operation out of a web application and serialize it to better cope with concurrent submissions. The code to process the operation uses the SqlBulkCopy class to stage the data in temporary tables in an…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Azure Hybrid Connections continuously dropping and reconnecting
Hi, My company has 3 APIs hosted on Azure that reach our private network with hybrid connections. These have been working without issue for years. For the past week, the hybrid connections used to reach our network have been dropping and reconnecting…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Azure Service Bus management plane hangs (30s timeout) on PUT/$Resources/queues - France Central, scale unit par-vaz00002. Anyone else?
RegionFrance CentralScale unit (DNS)ns-prod-par-vaz00002.francecentral.cloudapp.azure.com resolving to 98.66.150.4SKUStandardStarted~2026-05-11 07:00 UTC. The Azure Monitor "Server Errors" metric on two namespaces hosted on this scale unit…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Not able to access the Queue in Azure Service Bus in Portal
Not able to send / receive the message and Not able to access the Queue in Azure Service Bus in Portal also since moring
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Service bus queues using sessions allow you to insert an empty session after a few attempts via the Azure panel.
When this happens, the queue stops and no more messages are consumed, so I end up having to delete the queue and create it again. Is this an Azure bug?
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Incorrect information on Azure pricing calculator for standard Service bus
Hi Team, I was calculating the cost of Azure Service Bus with Standard Tier and 9999 Operations Per Month and results were shocking when I applied Enterprise agreement(EA) on the overall cost, pricing was more on EA comparative to Microsoft Customer…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Large numbers of Timeout Exceptions from Service Bus
We're starting to use Service Bus, and we've seen some large spikes of System.TimeoutExceptions. For example, we have one application that's consuming from ~10 subscriptions, and each instance recorded 411 System.TimeoutExceptions with a message saying…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
How to scale Sync-over-Async HTTP Gateways without hitting Azure Service Bus Session limits?
We are building an edge API Gateway to bridge legacy synchronous HTTP clients with long-running, asynchronous AI workers (tasks taking 45+ seconds). To prevent 504 Gateway Timeouts and thread exhaustion, we are using a Sync-over-Async pattern: the REST…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Is servicebus.windows.net down for anyone else currently?
I'm currently getting lots of Microsoft Azure NotificationHub errors: System.Net.WebException: The remote name could not be resolved: 'XXXXXXXX.servicebus.windows.net' Is there an issue that's not being reported currently, or has something changed that I…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Service bus Complete action failing in logic app on VS Code
I am using the logic app built-in connector for service to receive a message from a queue in peek lock mode and then after processing the message using the complete action to complete the message to have it removed from the queue, but on the complete…
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
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
An Azure service that provides cloud messaging as a service and hybrid integration.
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.