548 questions with Azure Service Bus tags

Sort by: Updated
2 answers

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 Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
asked 2024-04-27T23:44:56.82+00:00
Siegfried Heintze 1,861 Reputation points
edited an answer 2024-05-02T13:07:42.2+00:00
Siegfried Heintze 1,861 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.
548 questions
asked 2024-04-25T07:06:25.4933333+00:00
Md Farhaan 0 Reputation points
commented 2024-05-02T11:19:39.67+00:00
Md Farhaan 0 Reputation points
0 answers

Topic subscriptions are not receiving any messages unless the DLQ is enabled

Hello, I cannot receive messages from a topic subscription unless I enable the dead letter queue. Here is a simple example of how I am trying to receive the messages. Thanks for any help. import "dotenv/config" import { ServiceBusClient, …

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
asked 2024-04-30T17:45:26.5166667+00:00
Rafael Wolf 0 Reputation points
edited the question 2024-05-01T04:51:51.3933333+00:00
PRADEEPCHEEKATLA-MSFT 77,516 Reputation points Microsoft Employee
0 answers

.NET - Azure Function - Azure service bus repeat call

I know this may be a trivial question, but I'm not sure what to do. I am using Azure Service Bus together with MassTransit. I have two services. Service1 is a WebApi application, and Service2 is a couple of Azure Functions units that respond to service…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,289 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,390 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,270 questions
asked 2024-04-30T12:43:43.5633333+00:00
Petr Klekner 40 Reputation points
1 answer

Function disappearing from Azure Function App

Hi , Im using azure function app triggered by service bus and coding with Python. when I adding the following line : from azure.storage.blob import BlobServiceClient The function disappearing from Azure Function App. I added azure.storage.blob to…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,289 questions
asked 2024-04-26T22:45:17.34+00:00
Dor Aharony 0 Reputation points
edited the question 2024-04-29T17:00:50.28+00:00
MayankBargali-MSFT 68,641 Reputation points
0 answers

How to combine the grouping aspect of Sessions with Batch receiving messages in an Azure Function

I have a use case where incoming servicebus messages need to be grouped by sessionId (the ordered processing is not really needed), where a function instance can receive a batch of messages of a session at the same time by using…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,289 questions
asked 2024-02-28T09:06:48.07+00:00
Othello Clemens 0 Reputation points
commented 2024-04-25T14:25:40.1566667+00:00
Schneider, Michael 40 Reputation points
1 answer

Select a specific client id in a VM with multiple managed identities.

I could not authorize Azure Service Bus with spring-cloud-azure-starter-servicebus. From the log, my app had no problem getting the token, but I got "Unauthorized access. 'Send' claim(s) are required to perform this operation." when I sent the…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
asked 2024-04-24T18:23:08.38+00:00
David Wong 46 Reputation points
commented 2024-04-25T08:25:36.78+00:00
David Wong 46 Reputation points
1 answer

How to enable function app's managed identity with service bus namespace?

I want to connect my function app's system-assigned MI with the service bus namespace but when I go to the role assignment panel in Identity blade of resource, there's no option for service bus i.e. I can surely apply permissions at the RG level but…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,289 questions
asked 2024-04-18T08:27:44.61+00:00
Najam ul Saqib 100 Reputation points
commented 2024-04-19T15:13:44.9533333+00:00
joseandresc 320 Reputation points Microsoft Employee
1 answer

Function App trigger stops listening to messages from Service Bus Queue

We have a service bus with some queues set up in it and a function app trigger which processes the messages sent by service bus. Our service bus will receive message from a third party system and the message will be processed by the function app…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,289 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.
949 questions
asked 2023-08-17T11:50:28.42+00:00
Anuja Mittal (Admin) 0 Reputation points
commented 2024-04-12T10:13:58.5833333+00:00
Buttercup 0 Reputation points
3 answers One of the answers was accepted by the question author.

Issues with Service Bus Trigger and VNet-Integrated Azure Functions Not Recognizing Network Rules

I am experiencing a challenging issue with my Azure environment, specifically regarding the interaction between Azure Functions, Azure Service Bus (Standard), and network security rules. I have set up Azure Functions within an App Service Plan (B1),…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,289 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,149 questions
asked 2024-04-02T07:01:49.33+00:00
Schneider, Michael 40 Reputation points
accepted 2024-04-09T06:55:02.15+00:00
Schneider, Michael 40 Reputation points
1 answer One of the answers was accepted by the question author.

How to stop the Service Bus Geo-DR eternal updating status that takes forever

I've created a SB with Geo DR and it's taking a couple of hours when the SB is empty, additionally, I can't delete it until the "updating status" finishes, this is stopping my Terraform executions, after 3 hours it finished and now, I broke the…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 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.
949 questions
asked 2024-04-04T14:04:09.6866667+00:00
Jose Mantilla 20 Reputation points
accepted 2024-04-05T17:05:26.4033333+00:00
Jose Mantilla 20 Reputation points
1 answer One of the answers was accepted by the question author.

How to force stop Service Bus geo pairing

Hi, I wanted to test geo replication on my two Service Bus instances. Unfortunalety, pairing operation timed out and I cannot do anything. Status is still "Updating", cannot break pair (Set-AzServiceBusGeoDRConfigurationBreakPair), cannot stop…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
asked 2024-04-04T10:04:26.7233333+00:00
Mikołaj Piecuch 20 Reputation points
accepted 2024-04-05T07:42:10.4933333+00:00
Mikołaj Piecuch 20 Reputation points
0 answers

Do premium partitioned Azure Service Bus namespaces support large messages (>1MB)?

We have been looking into switching to a premium, partitioned service bus namespace in order to deal with throughput issues we are seeing with our current non-partitioned namespace. We receive an error when trying to write a message larger than 1MB to a…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
asked 2024-04-04T00:59:56.82+00:00
evt-jonny 5 Reputation points
edited a comment 2024-04-04T02:28:00.33+00:00
joseandresc 320 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to control messages on a bus coming from Dynamics

Hello, I am seeking guidance and best practices on a scenario I have. We have a Dynamics site that enables clients to book seats in a theatre with several rooms and while the clients updates fields on Dynamics we want to update a database on a different…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,765 questions
Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,289 questions
Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
26 questions
asked 2024-04-02T07:50:07.7533333+00:00
Claude VERNIER 61 Reputation points
accepted 2024-04-03T07:55:44.9133333+00:00
Claude VERNIER 61 Reputation points
2 answers

ServiceBus looks at the error reported by the client. Under the error information picture, how to troubleshoot?

{"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_1e0f1e_1709916824303","isTransient":false,"isInitiatedByClient":false,"shutdownMessage":"Connection reset…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
asked 2024-03-26T07:26:37.0066667+00:00
Ma Gan, CIS-T-13(DEEPZERO) 0 Reputation points
commented 2024-04-03T07:54:30.6566667+00:00
Deepanshu katara 4,980 Reputation points
1 answer

Is it possible to subscribe to a Tibco Topic from Azure Service bus?

Is it possible to subscribe to a Tibco JMS Topic directly from Azure Service bus? Or a custom poller will be required ?

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
asked 2024-03-29T02:12:55.8033333+00:00
saurabh 331 Reputation points
commented 2024-04-02T07:32:40.9166667+00:00
JananiRamesh-MSFT 21,246 Reputation points
1 answer One of the answers was accepted by the question author.

AZFunc and Azure Bus: The listener for function was unable to start

I'm working on an Azure Function triggered by a queue on a Service bus. When working on localhost, the function never gets triggered but there is no error. On Azure, I get from the logs: The listener for function 'Functions.Receive' was unable to…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,289 questions
asked 2024-03-14T16:10:32.9233333+00:00
Claude VERNIER 61 Reputation points
accepted 2024-04-02T07:14:03.5866667+00:00
Claude VERNIER 61 Reputation points
1 answer One of the answers was accepted by the question author.

Retrieve SAS key from a service bus via http request or C# sdk

I need to get some SAS Kay from some service buses and I do it manually very often. I need to implement something that I get the SAS Key by the name. Is it possible to retrieve it via http or with c# sdk or with any other method?

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 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,270 questions
asked 2024-03-07T07:25:35.32+00:00
Ricardo Jacobsen 20 Reputation points
commented 2024-03-28T06:32:53.2633333+00:00
Ricardo Jacobsen 20 Reputation points
1 answer

Servicebus topic SQL filters with datetime

I'm sending messages to Servicebus topic with c# app and I'm setting application properties as follows. The documentation mentioned, that the types for properties is inferred and for datetime - the values need to be in RFC2616 format. var…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
asked 2024-03-20T16:43:02.0033333+00:00
Jarno 0 Reputation points
edited a comment 2024-03-27T02:43:16.32+00:00
MayankBargali-MSFT 68,641 Reputation points
1 answer

Throttling consumption of Servicebus messages with azure functions

We have built several solutions for clients based on azure functions and servicebus to move data between systems. Each solution hosts many (100+) individual functions triggering on individual topics from many different systems. Although some solutions…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,289 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,270 questions
asked 2024-03-26T13:08:09.7333333+00:00
Kasper Laursen 0 Reputation points
edited an answer 2024-03-26T14:15:57.31+00:00
Sedat SALMAN 13,160 Reputation points