542 questions with Azure Service Bus tags

Sort by: Updated
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.
542 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,210 questions
asked 2024-04-18T08:27:44.61+00:00
Najam ul Saqib 100 Reputation points
answered 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.
542 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,210 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.
918 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.
542 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,210 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,132 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.
542 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.
918 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.
542 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.
542 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,739 questions
Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
542 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,210 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.
17 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.
542 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,355 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.
542 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 20,916 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.
542 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,210 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.
542 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,201 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.
542 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,391 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.
542 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,210 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,201 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,075 Reputation points
1 answer

How to connect Azure service bus to pods in AKS

i am looking to integrate azure service bus to pods in the aks, i want to use only Queue not topics.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
542 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.
1,849 questions
asked 2021-01-20T16:46:21.8+00:00
poojith 1 Reputation point
edited the question 2024-03-25T16:14:50.8733333+00:00
Pramod Valavala 20,516 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Migrate to the latest Azure Resource Manager control plane API

Hello, I got this message from Microsoft "Action required: Migrate to the latest Azure Resource Manager control plane API by 30 September 2026" But I checked all my project and I couldn't find a directly reference APIs in my applications …

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
542 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
asked 2024-03-20T09:51:34.7366667+00:00
Aml Abbas 20 Reputation points
accepted 2024-03-25T06:59:12.17+00:00
Aml Abbas 20 Reputation points
1 answer

Migrating Service Bus Queue trigger with retry options from v3 to v4

Hello. In azure functions v4 we register our functions in function.json which can contain also retry settings: "retry": { "strategy": "exponentialBackoff", "maxRetryCount": 2, "minimumInterval":…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
542 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,210 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
863 questions
asked 2024-03-21T15:25:16.6166667+00:00
mattonecz 30 Reputation points
answered 2024-03-22T00:58:55.72+00:00
Ryan Hill 25,476 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

What's the backend mechanisms for azure function service bus trigger? How it works?

As the title describes, does someone know how various of azure function triggers work, such as the service bus trigger? MS doc only shows how to use these features, but nowhere explains what it actually does.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
542 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,210 questions
asked 2023-12-06T05:24:42.17+00:00
brucezcsi 46 Reputation points
edited a comment 2024-03-21T17:17:13.2333333+00:00
Jogalekar, Mandar 56 Reputation points
2 answers

Microsoft.Azure.ServiceBus.UnauthorizedException

Getting the following error all of a sudden at the subscriber of a topic while reading message- The issue is occurred earlier and it is resolved after a day without making any changes. Haven't found any issues with the connection string, this is…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
542 questions
asked 2021-06-22T06:10:11.653+00:00
Syamala, UdayKumar 31 Reputation points
commented 2024-03-20T14:52:28.11+00:00
Said Amezyane 25 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to delete servicebus

Hello, I have similar problem to https://learn.microsoft.com/en-us/answers/questions/1052596/not-able-to-delete-service-bus-namespace, below is activity log screen with sensitive data removed: Correlation ID: e432504e-3e5c-4914-81d6-f135aeb4a247 I hope…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
542 questions
asked 2024-03-08T18:57:26.06+00:00
Szymon 25 Reputation points
accepted 2024-03-20T08:37:28.32+00:00
Szymon 25 Reputation points
1 answer

Downgrade Service Bus from Premium to Standard Tier

Can downgrade Service Bus from Premium to Standard Tier?

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
542 questions
asked 2024-03-19T05:30:58.3033333+00:00
Lai Naing Su 0 Reputation points
commented 2024-03-20T06:33:26.0266667+00:00
VenkateshDodda-MSFT 18,021 Reputation points Microsoft Employee