667 questions with Azure Service Bus tags

Sort by: Updated
1 answer

Issues with ServiceBusTrigger configuration with Azure Functions

Hi, I have configured a Standard Tier Azure Service Bus and created an Azure Function App with a ServiceBusTrigger. Sessions are enabled for both the bus and trigger. My configuration are as follows: "serviceBus": { "prefetchCount":…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,441 questions
asked 2025-02-12T07:23:10.8733333+00:00
Ume Hani 0 Reputation points
commented 2025-02-21T10:39:51.8733333+00:00
RithwikBojja 155 Reputation points Microsoft Vendor
1 answer

upload_blob and download_blob takes 2 seconds to execute which increases execution time of our API

This is how we are creating a pdf on azure blob storage and reading the file from Azure blob storage upload_blob and download_blob takes 2 seconds to execute which increases execution time of our API i tried async but it didnt reduced time. func tools…

Azure SQL Database
Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,441 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,094 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,934 questions
asked 2025-02-19T13:21:00.3766667+00:00
Mayank Arora 0 Reputation points
commented 2025-02-21T08:54:13.0733333+00:00
Prasad Chaganti 0 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Need help understand the source of User Errors seen in Insights of Azure Service Bus

Hi, I'm seeing a lot of User Errors on the Insights section of Azure Service Bus. Looking at logs in the service using the following query: AzureDiagnostics | where ResourceProvider == "MICROSOFT.SERVICEBUS" | where ErrorMessage_s !=…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
asked 2025-02-20T13:21:26.59+00:00
Mathieu Masciotra 20 Reputation points
commented 2025-02-20T17:16:25.4166667+00:00
Khadeer Ali 3,670 Reputation points Microsoft Vendor
1 answer

service bus

I am unable to delete the service bus namespace, i have created service in primary as well as secondary location along with geo-replication enabled but i am unable to delete it

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
asked 2025-02-13T14:19:29.6933333+00:00
Mall Ashi 0 Reputation points
commented 2025-02-18T18:55:13.9333333+00:00
Khadeer Ali 3,670 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Retrieve Correlation Id of a Service Bus Message in Azure Function

A message on an Azure Service Bus queue triggers Azure Function. Receiving simple message and performing a logging activity of the message body is successfull. But when I want to retrieve Broker Properties like Correlation Id, its resulting in error.…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,441 questions
asked 2025-02-12T19:57:46.4133333+00:00
Rahul Baskar 20 Reputation points
accepted 2025-02-18T16:53:29.65+00:00
Rahul Baskar 20 Reputation points
4 answers

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
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
asked 2022-06-15T13:00:02.017+00:00
Arun Kumar KS 41 Reputation points
answered 2025-02-14T10:06:21.3933333+00:00
Scarlett Liu 0 Reputation points Microsoft Employee
1 answer

No session available to complete the message with the lock token

For some reason sometimes my servicebus throws this error to me: "No session available to complete the message with the lock token". Its not because of the lock-timeout, this is set to the max 5 minutes. As shown in the screenshot is happens…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,357 questions
asked 2021-02-19T09:26:50.363+00:00
Gert Vloo 26 Reputation points
commented 2025-02-12T10:48:20.4866667+00:00
simo-k 2,550 Reputation points
1 answer

Service Bus Communication Error

Good day, I have a logic app that reads from a session-enabled queue. At most, there may be 2 instances of this running in parallel. However, each instance would never use the same session ID when reading from queue as they represent different…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,357 questions
asked 2021-08-17T09:37:56.953+00:00
Razeen Hendricks 56 Reputation points
commented 2025-02-12T09:34:34.6733333+00:00
Sercan Yazici 0 Reputation points
1 answer

The lock supplied is invalid. Either the lock expired, or the message has already been removed from the queue.

Getting this error in service bus. The error image is from log analytics. The lock supplied is invalid. Either the lock expired, or the message has already been removed from the queue. The detailed error message is: The lock supplied is invalid.…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
asked 2024-05-09T14:38:43.9166667+00:00
Sourav 185 Reputation points
answered 2025-02-12T06:45:01.16+00:00
Vasavi Gopisetty 0 Reputation points
1 answer One of the answers was accepted by the question author.

Rest call failed with client error in Source ADF , status code 401 Unauthorized with Service bus in Azure Cloud

Hi, Trying to post a JSON message to Service bus queue via ADF REST API call but ended up the following error message. The ADF has the service bus owner and sender roles. ADF and service bus are in different virtual networks (West US and West US2) in the…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,274 questions
asked 2025-02-06T21:18:10.75+00:00
chaitanya.K 40 Reputation points
accepted 2025-02-07T19:56:27.2633333+00:00
chaitanya.K 40 Reputation points
1 answer

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…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
asked 2024-11-18T02:49:55.5+00:00
Nithin George 0 Reputation points
answered 2025-02-06T15:08:33.3633333+00:00
Rafeeque Kudilil Ameeruddeen 0 Reputation points
2 answers One of the answers was accepted by the question author.

Azure service bus role assignment time based

I have created a service bus namespace with one queue in it. I have disabled "local authentication" from overview due to security reason. Now I want to use service bus explorer from azure portal to view messages in queue/dlq using azure active…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,338 questions
asked 2023-03-06T16:14:36.3933333+00:00
Pankaj Joshi 371 Reputation points
edited an answer 2025-02-05T08:41:14.4433333+00:00
Patrick Cornelißen 0 Reputation points
1 answer

Reject subset of events in function app using nodejs

From the docs, I can see that using C# it's possible to set autoCompleteMessages to false and manually complete or abandon an individual event when receiving a batch of events. Can anyone confirm that this same functionality does not exist in nodejs? If…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,441 questions
asked 2025-01-29T17:52:48.0466667+00:00
Jimmy Thomson 0 Reputation points
answered 2025-02-04T08:38:21.8866667+00:00
Jimmy Thomson 0 Reputation points
1 answer

How to set up custom header for Azure Service Bus Message in Azure AD B2C Custom Policy?

Hello, I am currently working on an Azure AD B2C custom policy and need to send a message to Azure Service Bus with a custom header. Specifically, I need to set the BrokerProperties.ScheduledEnqueueTimeUtc header while sending the message. Here is the…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
asked 2025-01-27T14:44:07.86+00:00
Nilam Patel 0 Reputation points
commented 2025-01-30T17:48:29.1433333+00:00
Khadeer Ali 3,670 Reputation points Microsoft Vendor
1 answer

Azure Service Bus - Unauthorized: Maximum credits exceeded

After months of successful processing in Azure Service Bus, I'm receiving this error on every request. Unauthorized: Maximum credits exceeded. It's not clear to me on how to fix this issue. I've looked around the quotas and usage for all of our…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
asked 2025-01-17T22:36:16.0366667+00:00
Ken Willa 0 Reputation points
answered 2025-01-20T06:46:58.8666667+00:00
Shireesha Eeraboina 1,720 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Where to update Lock Duration for Service Bus Queue Messages in Azure Portal

I would like to update the Lock Duration for messages on my Service Bus Queue, but I cannot find an option in the Azure Portal and other forum posts/docs noting the location. I am aware of the Azure CLI method to do so, but I would prefer to do it in…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
asked 2025-01-16T14:28:35.7066667+00:00
Kevin Flynn 25 Reputation points
commented 2025-01-16T15:01:34.41+00:00
Kevin Flynn 25 Reputation points
1 answer

Service Bus Premium Messaging Unit Downtime

Hello, I would like to know if there's downtime when scaling messaging units of a premium service bus (e.g., 2 MU to 1 MU). Thanks.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
asked 2024-07-23T01:43:11.79+00:00
Justin Mari Salazar 20 Reputation points
commented 2025-01-16T02:52:37.5966667+00:00
Justin Mari Salazar 20 Reputation points
1 answer

How can I determine where all these User Errors are coming from in Service Bus?

Looking at metrics for the Service Bus, the amount of User Errors that are occurring do not add up to the errors that we are seeing for the processes that take place due to the service bus. Due to this we are concerned that there are a large number of…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,479 questions
Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
asked 2024-12-19T21:25:31.0666667+00:00
Nieman, Josh 0 Reputation points
commented 2025-01-15T17:46:52.08+00:00
Pavan Minukuri 1,215 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Service bus triggered azure function behaviour

Hi Team, I have scenario where we are sending thousands of messages to Azure service bus topic and then we have 'Service bus topic trigger' azure function. Azure service bus - Standard tier Azure function (Topic trigger) - App service plan Topic…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,441 questions
asked 2025-01-10T12:19:34.5066667+00:00
Jaydeep Suryawanshi 46 Reputation points
accepted 2025-01-14T06:53:01.2966667+00:00
Jaydeep Suryawanshi 46 Reputation points
1 answer

Azure Service Bus - Are you charged for requests and/or messages?

According to Azure Service Bus pricing (Basic/Standard), we are charged per million operations. However, on my Azure Service Bus dashboard, there are certain metrics: Incoming Requests Successful Requests Incoming Messages Outgoing Messages Of…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
667 questions
asked 2025-01-09T04:35:33.7933333+00:00
Ruan Nagel 0 Reputation points
answered 2025-01-09T05:35:02.1366667+00:00
Shireesha Eeraboina 1,720 Reputation points Microsoft Vendor