604 questions with Azure Service Bus tags

Sort by: Updated
1 answer

Can a ServiceBus queue triggered function app have http endpoints as well?

Hey there! I have a ServiceBus queue triggered function App which after processing the message body through a business logic, completes the message as well to remove it from the queue. Now, I want to test the performance of the underlying business…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,837 questions
asked 2024-08-26T09:35:18.66+00:00
Sukhman Singh 0 Reputation points
commented 2024-08-30T10:23:40.0366667+00:00
Deepanshukatara-6769 8,560 Reputation points
1 answer One of the answers was accepted by the question author.

Service Bus namespace does not support double hyphen

Following Microsoft's resource naming restriction, I tried to create a Service Bus namespace with double hyphen. However it is returned as invalid. I tried both az-cli and azure web portal. On Azure web portal, the name…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2024-08-28T10:34:46.9+00:00
David Tang 20 Reputation points
commented 2024-08-30T07:13:04.2933333+00:00
JananiRamesh-MSFT 25,816 Reputation points
1 answer

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…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2024-02-19T07:09:35.0433333+00:00
Hari Prathipati 0 Reputation points
commented 2024-08-22T15:13:07.22+00:00
Usman Rashid 0 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.
604 questions
asked 2024-07-23T01:43:11.79+00:00
Justin Mari Salazar 0 Reputation points
answered 2024-08-20T12:24:56.0066667+00:00
JananiRamesh-MSFT 25,816 Reputation points
2 answers

Unable to send message from Azure SQL to Service Bus

The goal is to send messages to Service Bus from Azure SQL Server. I have added the Managed Identity to the queue with the Azure Service Bus Data Owner permission. When I run the code to set up the credential, there is no error. OPEN MASTER KEY…

Azure SQL Database
Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2024-07-03T18:31:40.7866667+00:00
Spencer Thompson (Network) 0 Reputation points
answered 2024-08-15T17:48:19.49+00:00
Oury Ba-MSFT 18,521 Reputation points Microsoft Employee
0 answers

How to fix Failed to create consumer binding retrying in 30 seconds AKS

I am runnig microservice applications in Azure AKS. I can see all of them, reporting an error: "message":"Failed to create consumer binding retrying in 30…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,053 questions
asked 2024-08-13T12:24:31.1033333+00:00
Chalamova, Sofiya 0 Reputation points
0 answers

MsalServiceException request_timeout : .Net framework 4.8 code deployed in windows service

Below code is in .Net framework 4.8 code and deployed windows server with windows service, but the same code is working fine console application (on server) and if we deployed in windows service we are getting below exception. Exception Type:…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,756 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,867 questions
asked 2024-08-13T08:13:41.0366667+00:00
jayaprakash natarajan 5 Reputation points
1 answer

Unable to delete all the messages from the Service Bus Explorer, dead-letter pool

Hello Community, I'm unable to delete the messages from the Dead-letter section in Azure Service Bus Explorer. There are more than 3000+ messages and we want to permanently delete them from the section without using any third-party tool to perform the…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2024-07-30T22:32:33.02+00:00
Sreeni.dwbi 0 Reputation points
commented 2024-08-08T19:07:20.25+00:00
LeelaRajeshSayana-MSFT 14,676 Reputation points Microsoft Employee
0 answers

Too many messages queued in Service bus queue which comsumed by Azure function very slow

I have an Azure function which subscribes a service bus queue. The function triggered every several seconds, and no more than 10 messages every trigger. But there are more than 300000 active messages in the queue. I expect the function should be…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,837 questions
asked 2022-10-25T17:16:30.403+00:00
Leon Chen 1 Reputation point
commented 2024-08-06T12:53:12.3866667+00:00
Anand Sowmithiran 1 Reputation point
1 answer

Not able to delete Service Bus Namespace

I created an Azure Service bus namespace. now I am trying to delete it but I am not able to do it. getting below error Error: 409 Namespace provisioning in transition. For more information visit https://aka.ms/eventhubsarmexceptions. CorrelationId:…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2024-08-05T13:13:39.6533333+00:00
Rocchi, Orlando 0 Reputation points
answered 2024-08-05T14:02:31.77+00:00
JananiRamesh-MSFT 25,816 Reputation points
1 answer

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…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2024-07-29T08:32:25.66+00:00
Hedgelot 70 Reputation points
answered 2024-08-05T11:11:11.8733333+00:00
Hedgelot 70 Reputation points
3 answers

Azure Service Bus request reply pattern

Hello, I'm trying to use the request reply pattern as described in the Microsoft Learn (https://learn.microsoft.com/en-us/azure/service-bus-messaging/message-sessions#request-response-pattern) "Multiple applications can send their requests…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2020-06-04T11:15:39.677+00:00
Incahuazi 16 Reputation points
commented 2024-08-02T14:41:56.3666667+00:00
Mithun Kalmady 0 Reputation points
3 answers

How to use Azure Servcie Bus for local development and to implement integration tests?

We are thinking of using Azure service bus in our architecture, do you have any solution on using it for local development apart from creating a azure subscription? Similarly, implementing integration tests as part of deployment pipeline? Looking for…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2023-04-24T15:56:41.69+00:00
Susanth Chadalavada 15 Reputation points
edited an answer 2024-08-01T18:57:35.8233333+00:00
Alex 0 Reputation points
1 answer

Which 'Service bus' tier can be used for 1MB message size?

Hi Team, As mentioned on this document, we can have max message size of service bus Queue as 1MB, but I do not see any tier which support this limit than premium which support 100MB. Do we have any available tier than premium through which we can…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2024-07-31T09:19:18.6+00:00
Jaydeep Suryawanshi 26 Reputation points
answered 2024-07-31T09:46:05.1833333+00:00
akinbade abiola 13,725 Reputation points
1 answer One of the answers was accepted by the question author.

getting error NameInuse when redeploying a service bus using bicep in incremental mode

i'm getting error NameInuse when redeploying a service bus using bicep in incremental mode. it works perfectly since i upgrade bicep version to 0.29.47. details of the error : …

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2024-07-30T15:23:50.2466667+00:00
Kaïss Berkani 25 Reputation points
commented 2024-07-30T17:16:24.3766667+00:00
Kaïss Berkani 25 Reputation points
2 answers One of the answers was accepted by the question author.

Geo Disater Recovery and Geo Replication

Say we have Geo-Disaster or Geo-Replication enabled in our Azure service Bus Let say primary namesapce goes down and cannot recieve messages . So we failover to secondary .But till the time failover has happened the messages will be rejected from…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2024-07-22T09:55:24.46+00:00
Kumar, Ritesh 20 Reputation points
answered 2024-07-30T06:37:14.9166667+00:00
Kumar, Ritesh 20 Reputation points
0 answers

REDACTED TITLE

REDACTED BODY

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2024-04-24T14:16:00.96+00:00
Matthew Vonhofen 0 Reputation points
edited the question 2024-07-29T15:25:01.09+00:00
Matthew Vonhofen 0 Reputation points
1 answer

Dead-letter metric returns unexpected values

In the metric dashboard for our Azure Service Bus queue there has been an unexpected behavior. We can see in the graph that spontaneously and in a very short period of time (1-2min) the items in the dead-letter have decreased and increased. This…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
asked 2024-07-24T06:31:19.2933333+00:00
Jesus Arnas 0 Reputation points
edited a comment 2024-07-26T06:28:25.0766667+00:00
Jesus Arnas 0 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Service Bus Encryption at Rest & Transit (Standard Tier)

Could someone help out in answering this question if Azure Service Bus (Standard Tier) also follows encryption at Rest & Transit as it is for Premium Tier. How could this be verified for a standard tier deployment if encryption is enabled or not. …

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
Azure Disk Encryption
Azure Disk Encryption
An Azure service for virtual machines (VMs) that helps address organizational security and compliance requirements by encrypting the VM boot and data disks with keys and policies that are controlled in Azure Key Vault.
170 questions
asked 2021-06-07T05:57:32.417+00:00
Antra Sharma 41 Reputation points Microsoft Employee
commented 2024-07-24T14:56:51.88+00:00
Zeljko_Bal@VegaIT 0 Reputation points
1 answer One of the answers was accepted by the question author.

Retiring of the WindowsAzure.ServiceBus nuget package by 30 September 2026 (SignalR)

We use WindowsAzure.ServiceBus and Microsoft.AspNet.SignalR (including Microsoft.AspNet.SignalR.ServiceBus) nuget packages in our .NET Framework projects. We have no clear path as to how we're supposed to migrate this. Specifically, since…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
604 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
140 questions
asked 2024-07-22T08:12:18.5+00:00
Kajus K 20 Reputation points
accepted 2024-07-24T14:29:22.77+00:00
Kajus K 20 Reputation points