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
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…
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.
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…
Excercise steps needs to be fixed
Hello, in this excercise:https://learn.microsoft.com/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.…
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…
Active Active Disaster Recovery Setup
Hi All, Please guide for design diagrams for an active active disaster recovery setup in azure using azure app service , azure functions , application gateway and azure db for 2 azure regions
azure function servicebustrigger keeps getting (ServiceTimeout)
hi, We created an isolated function, locally it works but after deploying to azure it does not. The network on ServiceBus and Function are public as to eliminate any network problems. looking into kudu logs we see: Message processing error…
We have a Standard Azure Service Bus subscription. We have started seeing the following error today - Microsoft.ServiceBus: ConnectionsQuotaExceeded for namespace
We are sseing the following error when the applications are trying to connect ot the Azure Service Bus 2024-10-16T13:54:34.518 [Error] The listener for function 'AzureFunctionXXXXXXX' was unable to start. Microsoft.ServiceBus: ConnectionsQuotaExceeded…
Spoke Hub Model - Integration services
Hi there, I am going through Microsoft documentation and have some questions regarding the placement of services within the hub-and-spoke network model. Based on my understanding, the hub is the place for shared services such as DNS, Firewall, VPN, and…
Azure ServiceBus relay slow in response
Hi, Recently i came across slowness in azure service bus relay response (taking around 20-30sec) I used Azure WCF Relay, i observed first call to the relay after some idle time is taking more time than the subsequent calls , i checked the on premise log …
Azure Service Bus Queue - High number of incomming requests even though the client is turned off.
I'm facing a challenge with an Azure Service Bus Queue. I have an ASP.NET Core API that forwards incoming requests to a queue. Additionally, I have a background service that checks for new messgaes every 10 minutes. The service is supposed to shut down…
How to receive the message from service bus using Rest Api
Hi, Can you please let me know how we can receive the message from service bus using Rest api. Please note I have used Peek-Lock Message (Non-Destructive Read)…
Azure Python V2 FunctionApp deployed successfully but triggers not found
Hello there, so I have a python v2 functionApp created in VS Code (func init) with service bus topic trigger , all necessary stuff is there. local.settings.json: { "IsEncrypted": false, "Values": { …
How logic app process multiple messages in an Azure Service Bus?
If a logic app is scheduled to run once a day. And at the run, it finds 20 messages sitting in Azure Service Bus. How does it process them? One by one? or in parallel? And how long does that take? Moreover, how many messages can sit in azure service bus…
integrate dynamics crm to Azure event Hub
Hi, I would like to connect our Dynamics CRM to an Azure event hub, that create an event each time we create a changes in dynamic. Can somone help me