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…
Service Bus Failover without Initiate Pairing
I understand for Premium Tier Service Bus, there's a Geo-Recovery tab where we could Initiate Pairing to a secondary namespace. My questions here are, If I don't initiate a pairing in advance, can I still failover / DR to a ad-hoc added secondary…
SOAP API Intégration with API Management
Hello Everyone, Can i integrate a SOAP API of an ITSM in API Management service and receive messages from an Azure Service Bus Namepsace in my Onpremise ITSM to générate ticket? Thank for your support
I got an transient error System.Threading.Tasks.TaskCanceledException: A task was canceled. while my service bus consumer listens for subscription
Hi everybody. Using C# / .Net (net8.0). I've implemented my consumer over Azure.Messaging.ServiceBus. (Version=7.18.2) The consumer is a part of hosted service. Initialization looks like : _client = new ServiceBusClient(_connectionString, new…
How to configure TLS 1.3 for Service Bus and Event Hub
As per below documentation, TLS 1.3 is enabled for Service bus and Event hubs, but TLS 1.3 option is not available in Configuration page of those resources. Also we are still able to select TLS 1.0 and 1.1 while creating new resources. How do we…
Service Bus entity limit per message unit (MU)
I need to migrate / upgrade my current Service Bus namespace, from standard tier to become premium tier. And I would to clarify the below:- From the Azure document…
Azure Service Bus: cannot allocate more handles, are there any metrics and how to solve this?
Past Saturday (July 27) in the morning, our software stopped working because of an azure service bus error. Cannot allocate more handles. The maximum number of handles is 4999 The sender is a dotnet C# api that uses ServiceBusClient / ServiceBusSender…
Event Subscription Storage Blob create/delete not triggered via azure cli, azcopy or python SDK
I've set up a Service Bus queue and an Event Subscription to monitor a directory in my Blob storage, to log the event in the service bus queue, whenever a blob is created, or deleted. This system works as intended when I manually upload files using the…
I am changing my servicebus TLS Version from 1.0 to 1.2 as 1.0 and 1.1 retire in feb 2025 will that has impact to my logic app consumption or azure function version 1.0
I am changing my servicebus TLS Version from 1.0 to 1.2 as 1.0 and 1.1 retire in feb 2025 will that has impact to my logic app consumption or azure function version 1.0
Intergrate Azure Schema Registry with Azure Service Bus
In the documentation it is mentioned that "In spite of being hosted in Azure Event Hubs, the schema registry can be used universally with all Azure messaging services and any other message or events broker". I believe that then with Azure…
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.
Excercise steps needs to be fixed
Hello, in this excercise:https://zcusa.951200.xyz/en-us/training/modules/discover-azure-message-queue/6-send-receive-messages-service-bus under the "Retrieve the connection string for the Service Bus Namespace" section, it says "3.…
In standard logic app we are facing issue while deleting the message after receing the message from service bus topic subscription with session enabled
Issue: In standard logic app we are facing issue while deleting the message after receing the message from service bus topic subscription with session enabled Trigger: When a message receive from topic with peak lock ( Say servicebus topic…
How to view Service Bus metrics/dashboard without elevation request?
Hello! We are looking for ways to monitor and view Azure Service Bus metrics such as queue size without having to get an elevation request every time. Is there an API that we can call to fetch such metrics to directly view it in Kusto or Geneva? If not,…
Azure ITSM Connector
Hello Guys, I want to know if we can have ITSM Connector in Azure Marketplace that can receive data from Azure Bus Service and générate tickets in ITSM tool? Thank you
How do I long pole Azure Service Bus queue using PHP and the Azure REST API
I'm new to Azure Service Bus. We're trying to develop an integration between Service Bus and our PHP app. With the PHP SDK retired, it seems we're to use Azure REST API. Problem with this seems that the SDK would use sockets to create an option…
How to trigger an alert when a message in Azure ServiceBus moves to DeadLetterQueue?
Hi there, I need to trigger an alert when a message in a topic is moved to the dead letter queue in Azure ServiceBus. I tried running this query on Azure Diagnostics table but it didn't return any results with the Category value as 'Deadletter' even…
How to trigger an alert when a message in a topic moved to DeadLetterQueue in ServiceBus
How to trigger an alert when a message in a topic moved to DeadLetterQueue in ServiceBus
Azure Service Bus and TLS 1.3 support
Hello, I am interested in using Azure Service Bus, but I need to ensure it supports TLS 1.3 as a requirement. Is this currently supported by Azure Service Bus, or will it be supported in the future? And if so, when? Thank you for your help. Best…
Azure Service Bus Exception : Cannot allocate more handles. The maximum number of handles is 4999
I have n numbers of azure functions getting invoked and sending messages to topics. Meanwhile I get below exception: Cannot allocate more handles. The maximum number of handles is 4999. (QuotaExceeded), StackTrace : at…