I am having problems connecting from Azure Flex Consumption Function App to Service Bus
I have a flex consumption function app plan which has service bus connection string set in its app settings, however it does not seem to be consuming messages from Service bus. The service bus we use is a standard plan and the error we get is…
How to securely publish messages from AWS Lambda (with no vpc endpoint configured) to Azure Service Bus via private endpoint
Dear Azure Community I'm working on a project where I need to have an AWS Lambda function publish messages to an Azure Service Bus topic configured behind a private endpoint, without using the internet. My goal is to use Azure Private Link to achieve…
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…
Forward from Event Grid to Service Bus
Hi, I have a Event Grid namespace and a topic on it, and I need to forward its messages to a Service Bus topic. In the subscription configuration (while creating it), I realized that the only supported methods are Event Hubs and Webhooks, but I don't see…
How to use user-assigned identity with Logic App Standard built-in connectors?
Is it really so that user-assigned identity is not supported in Logic App Standard built-in Service Bus connectors? If user-assigned identity is supported, how do I address that in serviceProvideConnections? I didn't find any documentation on this.…
What Role Assignments Are Required For Bicep that assigns roles inside of Devops Pipeline?
I have a bicep file (https://github.com/siegfried01/SimplerServiceBusSendReceiveDemo/blob/master/infrastructure/deploy-ServiceBusSimpleSendReceive.bicep#L365 ) that calls a bicep module…
Azure.Messaging.ServiceBus.ServiceBusException: A lock supplied supplied is invalid. Either
After migrating our function app version to the latest, we frequently see the exception in Application Insights. The details are as follows:- EXCEPTION: Azure.Messaging.ServiceBus.ServiceBusException. The lock supplied is invalid. Either the lock…
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…
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…
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…
Need to get the client IP's which is connecting the service bus so that I can whitelist that IP
Hi Team, I am looking into whitelisting the source IP's which is connecting my service Bus. For that I had enabled diagnostics in my service bus .But when i pull the logs from azure diagnostics table it shows the caller_ip address as blank and all IP…
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
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…
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://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.…
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…