568 questions with Azure Service Bus tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

How do I find out if I'm using SBMP or AMQP protocol?

I got an email saying that support for SBMP protocol is going to end for the library WindowsAzure.ServiceBus in September 2026. I'm trying to check if my code uses this protocol, but I'm having trouble finding documentation on this. How do I find out…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
asked 2024-06-07T15:15:21.0433333+00:00
Ian Horner 20 Reputation points
accepted 2024-06-07T18:34:34.2033333+00:00
Ian Horner 20 Reputation points
0 answers

Azure Functions not processing messages

Since this week my function app stopped processing all the messages sent to queue. The messages stay only in the queue. I thought it was something to do with the old app, so I created new apps and queues (session enabled) and still face the same issue.…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,462 questions
asked 2024-05-24T13:30:49.87+00:00
Niraj 40 Reputation points
commented 2024-06-07T16:34:28.43+00:00
Niraj 40 Reputation points
0 answers

May I have 2 functions with different triggers (Event Grid & Service Bus) in one project (repository) ?

Hello, I have two functions which are using identical Python code for different purposes. They both should reside in one Function App. The first function is Event Grid triggered, with Event Subscription in IoT Hub and is using…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,462 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 questions
asked 2024-06-07T15:41:23.0033333+00:00
Voynova, Silvena 0 Reputation points
edited the question 2024-06-07T15:42:03.3366667+00:00
Voynova, Silvena 0 Reputation points
0 answers

Azure Service bus Issue

Hello Team, We are using azure service bus queue to read the real time messages with UMI to authenticate the connection from the Azure app services to Service bus queue. Once in a week, we are getting some intermittent issue while making conenction…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
asked 2024-06-06T07:38:26.82+00:00
Sowmya Kailasamurthy 0 Reputation points
edited the question 2024-06-06T10:23:38.8633333+00:00
SnehaAgrawal-MSFT 19,286 Reputation points
0 answers

我的Azure已被禁用

你的 Azure 帐户已禁用 已确定帐户中的可疑活动。为保护帐户,已禁用帐户。请与 Azure 支持部门联系以解决此问题。 AADSTS50011: The redirect URI 'https://signup.azure.com/api/user/logout' specified in the request does not match the redirect URIs configured for the application…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,008 questions
asked 2024-06-06T09:22:53.2833333+00:00
Dior Lo 0 Reputation points
0 answers

Function App service bus trigger does not work on deployment

Hello All, I have a typical issue where my function app runs fine locally using function app tools and able to receive message when I push message from service bus queue. But when I deploy the same in azure, it is not able to get triggered on service bus…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,462 questions
asked 2024-06-05T10:02:46.9166667+00:00
Dutta, Pijush 1 Reputation point
edited the question 2024-06-06T03:20:05.6466667+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
0 answers

When using resource list api how do I filter Microsoft.ServiceBus/namespaces/queues resource

I am trying to get the list all all resource from azure and I want to filter that using resourceTye as Microsoft.ServiceBus/namespaces/queues. But I am getting empty list even though I have a resource present. I am able to filter based on…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
asked 2024-06-04T13:32:59.2033333+00:00
Pratik Narode 0 Reputation points
commented 2024-06-04T13:48:18.3466667+00:00
WilliamN 390 Reputation points
2 answers

How to stop message replication in azure service bus from D365 F&O Multiple Legal Entities?

I have created an azure service bus topic that receives messages from D365 F&O Data Events. In my D365 F&O i have three legal entities. And for each legal entity I have enabled Data Event for Vendor update. If I am updating a vendor in Legal…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
asked 2024-05-31T10:55:30.41+00:00
Fareeha Sattar Shaikh 45 Reputation points
answered 2024-06-03T08:58:36.9966667+00:00
Fareeha Sattar Shaikh 45 Reputation points
0 answers

How can I set the `accurate` scalingStrategy for Container App Jobs?

I'm using a ServiceBus to broker messages that will require us to spawn a ContainerApp Job execution for each message. However, I'm having trouble finding the proper configuration. Specifically, I see that there should be a scalingStrategy of accurate…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
304 questions
asked 2024-05-31T21:15:22.4766667+00:00
Byron Saltysiak 0 Reputation points
1 answer

How to find if/where our subscription is using Azure Relay and/or Azure Service Bus

We got an email notification that we must "Replace any IP addresses in egress firewalls with namespace DNS names after 1 March 2024." However, we are unaware of any uses of Azure Service Bus or Azure Relay within our subscription (name:…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
asked 2024-05-28T17:44:27.8433333+00:00
Julianne Knott 35 Reputation points Microsoft Employee
commented 2024-05-31T09:57:32.17+00:00
Muhammad Adil Rasheed 0 Reputation points
0 answers

Azure Container App - Replica constantly one & it wont scale with Azure Service bus

Hi there, I have been playing around with a container app, I created a revision where the scale is 0-5 with a scale rule of type custom (**azure-servicebus) ** I created a secret within the container app for the service bus connection string. I…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
304 questions
asked 2023-09-14T22:09:10.8266667+00:00
Gareth Glanville 0 Reputation points
commented 2024-05-30T22:00:58.6766667+00:00
Byron Saltysiak 0 Reputation points
2 answers

How to connect to Azure Service Bus through Private Endpoint?

I'm developing an application in our organization using C#/.NET(8.0) and have to use Azure Service Bus. My access in our organization's Azure account is mostly read-only, so I don't know actually how they created the instances. But I can see that the…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,503 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,453 questions
asked 2024-03-06T01:47:21.7933333+00:00
Bergs 0 Reputation points
answered 2024-05-30T14:02:39.5833333+00:00
Adnane 0 Reputation points
1 answer

Why am I getting billed for Service Bus?

I am receiving an invoice for Usage charges - Microsoft Azure Standard for Service Bus. I am not finding any information about this charge and nothing is listed in Subscription.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
asked 2024-05-15T00:50:19.5066667+00:00
Dave Cardiff 0 Reputation points
commented 2024-05-29T07:54:17.9666667+00:00
JananiRamesh-MSFT 22,466 Reputation points
1 answer One of the answers was accepted by the question author.

How to implement Functionapp with Service Bus in a private network setup ?

Hello, I have an azure functionapp which picks up messages from an Azure Service Bus. The functionapp needs to be set in a private network setup meaning, it is vnet integrated with a delegated subnet, and has a private endpoint in the default subnet.…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,462 questions
asked 2024-05-26T15:35:05.4966667+00:00
Ceci Ivanov 20 Reputation points
edited the question 2024-05-29T03:14:44.32+00:00
MayankBargali-MSFT 69,761 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Service Bus Upgrade from Basic SKU Pricing Tier to Standard SKU Pricing Tier Guide

I want to upgrade to Standard SKU for Azure Service Bus. I'm currently using Basic SKU but I can't seem to find any information online and also within the documentations here…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
asked 2024-05-23T04:10:19.89+00:00
Lippy 65 Reputation points
commented 2024-05-27T06:39:31.04+00:00
Lippy 65 Reputation points
0 answers

Azure Bus Servie Topic

I am using azure bus service topic and in the morning everyday I am able to receive messages but later the day I am not able to receive message in my code but I can see message is getting created perfectly.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
asked 2024-05-17T04:44:13.4366667+00:00
commented 2024-05-22T13:30:31.45+00:00
MayankBargali-MSFT 69,761 Reputation points
1 answer

Should I use Private End Points or Service End Points or both to Restrict Access?

I've been studying https://learn.microsoft.com/en-us/azure/private-link/create-private-endpoint-cli?toc=%2Fazure%2Fvirtual-network%2Ftoc.json&tabs=dynamic-ip and…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,462 questions
asked 2024-05-07T03:29:17.8+00:00
Siegfried Heintze 1,861 Reputation points
edited a comment 2024-05-15T14:45:06.6266667+00:00
Ben Gimblett 3,655 Reputation points Microsoft Employee
0 answers

Service Bus Stability issue

Hi team , We deployed service application with the latest version of spring and azure dependency version. We are using Azure service bus dependency as mentioned in microsoft page to make connection to the message queue.  Now and than, we are facing issue…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
asked 2024-05-14T10:01:38.13+00:00
Sowmya Kailasamurthy 0 Reputation points
0 answers

Getting ServiceBusError: ETIMEDOUT: connect ETIMEDOUT <ip> while trying to send large number messages to queue at the same time

Azure service bus crashes with error ServiceBusError: ETIMEDOUT: connect ETIMEDOUT <ip> while trying to send large number of message to the queue one by one.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
568 questions
asked 2024-04-25T07:06:25.4933333+00:00
Md Farhaan 0 Reputation points
edited a comment 2024-05-13T01:28:00.7566667+00:00
JananiRamesh-MSFT 22,466 Reputation points
0 answers

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.
568 questions
asked 2024-05-09T14:38:43.9166667+00:00
Sourav 165 Reputation points
commented 2024-05-12T03:16:38.5133333+00:00
Tanjir Ahmed 0 Reputation points