594 questions with Azure Service Bus tags

Sort by: Updated
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.
594 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.
169 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.
594 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
136 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
0 answers

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.
594 questions
asked 2024-07-24T06:31:19.2933333+00:00
Jesus Arnas 0 Reputation points
1 answer

Transient error and retry policy for Service Bus triggered Azure Function

Hi All, I have a requirement as below: There is a Service Bus Topic which is the source Azure Function is SB triggered At step 1, message is going to Function Step 2 if for calling a 3rd party API for some data enrichment Finally data is POSTed to…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,662 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,079 questions
asked 2024-07-23T05:47:24.6833333+00:00
Pratim Das, Partha C 306 Reputation points
answered 2024-07-23T15:42:40.15+00:00
Sina Salam 7,286 Reputation points
0 answers

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).

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2024-07-23T01:43:11.79+00:00
Justin Mari Salazar 0 Reputation points
0 answers

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.
594 questions
asked 2024-07-22T09:55:24.46+00:00
Kumar, Ritesh 0 Reputation points
commented 2024-07-22T11:02:13.1666667+00:00
JananiRamesh-MSFT 23,881 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 (Azure WCF Relay)

We frequently use the "Azure WCF Relay" service and "WindowsAzure.ServiceBus" nuget package in our .NET Framework projects. It seems that we may not be able to easily port our projects to .NET (v6/v8) in the near future. We received a…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2024-07-17T16:04:05.9133333+00:00
Timuçin DURSUN 20 Reputation points
accepted 2024-07-22T06:54:34.0666667+00:00
Timuçin DURSUN 20 Reputation points
1 answer

Unable to delete azure service bus

We are unable to delete azure service bus namespace and getting below error.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2024-07-21T05:34:00.1233333+00:00
Ayyappa 0 Reputation points
edited the question 2024-07-22T02:18:11.0066667+00:00
AmaranS 3,865 Reputation points Microsoft Vendor
0 answers

We are facing Critical sb-prod1 Service Bus Incoming Requests less than threshold value issues for our Prod Service Bus resource

The total IncomingRequests met the threshold of 5,

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2024-07-19T12:06:16.55+00:00
Gujjeti, Mahesh 0 Reputation points
1 answer

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.
594 questions
asked 2024-07-03T18:31:40.7866667+00:00
Spencer Thompson (Network) 0 Reputation points
answered 2024-07-19T08:49:36.04+00:00
Spencer Thompson (Network) 0 Reputation points
1 answer

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…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,662 questions
asked 2022-09-14T06:07:55.04+00:00
Devendra 1 Reputation point
commented 2024-07-18T12:45:35.76+00:00
Prasenjit Paul (HCL Technologies Corporate Ser) 0 Reputation points Microsoft Vendor
1 answer

ServiceBusOutput binding for .NET 8 Isolated function app not sending message to topic subscription in Service Bus

I have function app with .NET 8 Isolated model which receives and sends message from Service Bus topic subscription. The output message is going to service bus successfully and I can see in the Insights in service bus that incoming messages have come but…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,662 questions
asked 2024-07-16T09:24:00.78+00:00
Prasenjit Paul (HCL Technologies Corporate Ser) 0 Reputation points Microsoft Vendor
edited a comment 2024-07-18T10:16:17.37+00:00
Prasenjit Paul (HCL Technologies Corporate Ser) 0 Reputation points Microsoft Vendor
1 answer

How do i get a real HTTP 429 error code response from any Azure service like "Service BUS"

How do i get a real HTTP 429 error code response from any Azure service like for example "Service BUS". Is there any way set the resource manager throttling value to 0 or to code a Powershell skript without accidentaly "DDOSing" a…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,634 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
600 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
353 questions
asked 2024-07-16T10:13:33.93+00:00
Richard Geary 20 Reputation points
edited the question 2024-07-17T03:46:54.0133333+00:00
Prrudram-MSFT 23,131 Reputation points
2 answers One of the answers was accepted by the question author.

Upcoming TLS changes for Azure Service Bus, Azure Event Hubs, and Azure Relay

We have received a notification from azure regarding TLS where they have stated that "To enhance security and provide best-in-class encryption for your data, we’ll require interactions with Azure services to be secured using Transport Layer…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
600 questions
asked 2024-07-04T10:15:44.9133333+00:00
Yesh Rajawat 115 Reputation points
commented 2024-07-16T11:23:11.5733333+00:00
Christophe Waber 0 Reputation points
1 answer

Azure Logic App and Function App - Connectivity to On-premises

Hi Our business is evaluating the Logic App and Function app integration services. Our primary requirements are: Have these services deployed and accessible privately (not public endpoint enabled). Allow these services to be able to communicate with…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,662 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,994 questions
asked 2024-07-15T04:53:20.97+00:00
Taranjeet Malik 476 Reputation points
commented 2024-07-16T00:37:36.3833333+00:00
Taranjeet Malik 476 Reputation points
1 answer

Ensure Even Distribution of Queue Messages Between Replicas

How is load balancing achieved across replicas in Container Apps? I'm having issues with performance when trying to scale up a container app to handle a large volume of queue messages. I am trying to scale between 0 and 12 replicas based on the queue…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
344 questions
asked 2024-07-12T18:04:46.8166667+00:00
Phillip Stenger 0 Reputation points
commented 2024-07-15T13:22:22.0933333+00:00
Phillip Stenger 0 Reputation points
2 answers One of the answers was accepted by the question author.

Where do i find Azure HTTP status 429 response-code-examples

Where do i find Azure HTTP status 429 response-code-examples for: Azure Service BUS Azure Event Hub Azure Event Grid Azure Blob Storage Microsoft Fabric Azure Blob Storage und MS Fabric benutzt Azure Datalake Storage gen2 API

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,426 questions
Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,634 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
600 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
353 questions
asked 2024-07-12T14:27:28.4266667+00:00
Richard Geary 20 Reputation points
commented 2024-07-15T08:20:01.7666667+00:00
Richard Geary 20 Reputation points
1 answer

Public IP's for *.servicebus.windows.net

Is there a way I could get a list of the public IPs for *.servicebus.windows.net?

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
asked 2024-07-11T16:22:55.1733333+00:00
Tyler Saville 431 Reputation points
edited the question 2024-07-12T07:24:10.6366667+00:00
SadiqhAhmed-MSFT 41,456 Reputation points Microsoft Employee
0 answers

The link 'G24:971510762:ora-source-changelet-producer-queueora-source-changelet-producer-queue' is force detached.

I am replacing the JMS with Azure Service Bus SDK. I have created the receiver and sender clients to receive and send messages to queues. I see very much frequent force detached errors in the logs. I have set the auto lock renew timings to 5 minutes, it…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,079 questions
asked 2024-07-11T09:07:11.88+00:00
Nikhil Thangellapally 0 Reputation points
commented 2024-07-11T09:07:42.2666667+00:00
Nikhil Thangellapally 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure functions not processing all the messages

Hi, I have this issue where the azure function is not processing all the messages. I confirmed in the service bus if all my messages were there or not and I could see all my 150 messages in the queue in the azure portal. When the function gets triggered…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
594 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,662 questions
asked 2023-07-24T09:55:11.2266667+00:00
Niraj 45 Reputation points
commented 2024-07-08T05:37:22.6533333+00:00
pardeep kumar 0 Reputation points