549 questions with Azure Service Bus tags

Sort by: Updated
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.
549 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
asked 2023-07-24T09:55:11.2266667+00:00
Niraj 40 Reputation points
edited a comment 2024-01-31T12:04:54.75+00:00
MayankBargali-MSFT 68,656 Reputation points
1 answer

Is there a time limit for scheduled messages in Azure Service Bus?

Looking at the Azure Service Bus documentation we can see that it is possible to schedule messages: Schedule a message We can schedule a message to be enqueued at a later time. The message won't be able to be received until that time, though it can still…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
asked 2024-01-23T19:24:21.53+00:00
Nathã Azevedo 0 Reputation points
commented 2024-01-29T10:10:16.6766667+00:00
MayankBargali-MSFT 68,656 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Logic App Standard failing to connect over VNET Integration to private endpoint enabled Azure Service Bus.

Azure standard logic app and using the built-in trigger "When a message is received in a queue (auto-complete)". Auth using Access Key. Service bus has public n/w access disabled and Private endpoint configured. Upon using VNET integration for…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,861 questions
asked 2024-01-19T16:50:08.2166667+00:00
Basujita Bhattacharya 41 Reputation points Microsoft Employee
accepted 2024-01-25T14:20:04.3166667+00:00
Basujita Bhattacharya 41 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Creating a Condition for RBAC in Azure with ARM Template

Hello, I am attempting to set up a condition in Azure role-based access control (RBAC) through an ARM template. Specifically, I would like to create a condition in which a certain group can only assign "Azure Service Bus Data Receiver" and…

Azure Blueprints
Azure Blueprints
An Azure service that provides templates for quick, repeatable creation of fully governed cloud subscriptions.
70 questions
Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
671 questions
asked 2024-01-22T18:51:11.1533333+00:00
Mihir Raj Singh 120 Reputation points
accepted 2024-01-24T17:55:48.7633333+00:00
Mihir Raj Singh 120 Reputation points
2 answers

ServiceBusTrigger consume all active messages instead of newly created message

Hi this is Saran. We are using azure service bus. And producing message to service bus topic. We have created one azure function ServiceBusTrigger for consuming message from service bus topic. ServiceBusTrigger is working when ever new message produced…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,400 questions
asked 2024-01-10T06:03:33.72+00:00
Saranraj C 0 Reputation points
commented 2024-01-23T14:21:19.3+00:00
MayankBargali-MSFT 68,656 Reputation points
2 answers

Using Azure Service Bus for Web API asynchronous call

Hello everyone, I have 2 web APIs that were developed using ASP.NET Core. These are 2 independent services that carryout business functions. One is the Order API and the other Payments API Order API calls Payment API synchronously and it works well most…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,198 questions
asked 2024-01-06T22:43:48.8666667+00:00
Adebayo A. Asamu 45 Reputation points
edited an answer 2024-01-23T05:19:31.5166667+00:00
Mike Urnun 9,676 Reputation points Microsoft Employee
2 answers

Alternative for Retry Policies due to "Soon retries will not be supported for function 'xxx'" warning

Hi, We're using a ServiceBusTrigger in our Azure Function App with the ExponentialBackoffRetry attribute defined. I've noticed the warning "Soon retries will not be supported for function 'xxx'. For more information, please visit…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
asked 2022-08-05T05:21:34.063+00:00
Craig McLellen 26 Reputation points
commented 2024-01-21T09:35:06.54+00:00
Jørgen Stray Qvale 0 Reputation points
0 answers

Logic App-Failure to process Large files-Getting ServiceBus limit error

Logic app is failing to process some flat file and getting below error. Basically i am getting Flat files from MQ and inserting to Oracle. Already to handle large size files i am using Chunck.Still for some files getting failure. It will be helpfull if…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,861 questions
asked 2024-01-11T21:02:10.0233333+00:00
Chandran, Vinitha 40 Reputation points
commented 2024-01-18T05:35:06.16+00:00
Mike Urnun 9,676 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Single Message Processing - Service Bus Triggered Azure Function

I have a Azure Function configured with a service bus trigger and a topic. The requirement is that only one message should be processed at a time by the function, and there should be absolutely no parallel processing. On top of it, FIFO message order…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
asked 2024-01-16T13:56:46.6766667+00:00
Prerna Bhand 20 Reputation points
accepted 2024-01-17T16:03:18.4633333+00:00
Prerna Bhand 20 Reputation points
0 answers

In Azure Portal. Trying to Send SMS to Service Bus Queue via Event Grid. Queue not displaying

I'm new to Azure and having trouble receiving SMS. From documentation I see I can set up a service bus queue to send SMS to. The admin who set them up did put them in different resource groups, but I appear to have access to both. When I go to…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
687 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
319 questions
asked 2024-01-16T15:17:52.0166667+00:00
W H 0 Reputation points
commented 2024-01-16T23:40:17.12+00:00
Mike Urnun 9,676 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Service Bus trigger with connection=SB fully Qualified Name in binding file, is not working

I am trying to implement to a Service Bus Queue Trigger in nodejs. my binding file looks similar to below (just values of queue name and connection are updated to function app properties as in attached image) { "bindings": [ { …

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
asked 2024-01-08T06:46:31.98+00:00
Abhishake Jaiswal 160 Reputation points
accepted 2024-01-16T19:50:18.4466667+00:00
Abhishake Jaiswal 160 Reputation points
1 answer

Enabling partitions in premium service bus

We are tying to add partitions - 4 and capacity 16, but in overview tab it shows partition only as 1 and messagingunits as 16

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
asked 2024-01-10T16:28:01.9766667+00:00
Wagholikar, Neha 5 Reputation points
commented 2024-01-16T13:12:40.6433333+00:00
JananiRamesh-MSFT 21,546 Reputation points
2 answers

How to send messages to Service Bus (inside a Vnet without Public Access) from Dynamics 365 CE?

Hello, Initially, I was able to send messages from DYnamics 365 to Service Bus through a Plugin using SAS, when it was publically available. After the security team, moved the ASB to a Vnet and disabled public access I'm not able to send messages. can…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 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,166 questions
asked 2023-10-15T08:31:54.4566667+00:00
Madhu 0 Reputation points
answered 2024-01-11T03:28:35.6133333+00:00
Ameed Sheikh 0 Reputation points
1 answer

Logic App with Service Bus Peek Lock Trigger - Waiting Instances Start Lock Token Timer! Should be no waiting instances for SB

Service: Azure Logic Apps (Standard and Consumption) Issue: Service Bus Peek-Lock Trigger (Managed) - Waiting runs start lock token timer. There should be no waiting instances for Service Bus in my opinion - in fact, some new Logic Apps behave this…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,861 questions
asked 2023-08-10T23:25:47.2+00:00
Simon Clendon 15 Reputation points
edited a comment 2024-01-08T18:20:25.3966667+00:00
Simon Clendon 15 Reputation points
2 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.
549 questions
asked 2023-04-24T15:56:41.69+00:00
Susanth Chadalavada 5 Reputation points
answered 2024-01-08T06:37:27.8833333+00:00
Pejman Nik 0 Reputation points
3 answers One of the answers was accepted by the question author.

Question about the message ID when sending service bus messages using REST API?

I am using REST API to send service messages to my client. I sent the message ID as part of the request header, and I received 201, which means the message was created successfully. However, the client is not receiving the message I sent. And they are…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
asked 2023-12-18T18:30:57.7766667+00:00
Sheimaa Al-Awady 25 Reputation points
answered 2024-01-04T21:51:31.59+00:00
Sheimaa Al-awady 0 Reputation points
1 answer

How to resolve Service Bus throttling

I am using service bus trigger function app My function app gets around 2.3k request at given point of time. The fn app gets message from service bus topic. Now we have scaled function app if the load increases. Max brust is 100. But still when load is…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
asked 2023-12-22T17:28:50.5566667+00:00
Suresh Thakur, Kirti 86 Reputation points
commented 2024-01-04T06:18:29.57+00:00
JananiRamesh-MSFT 21,546 Reputation points
1 answer

Deleting " Dead Letter Query from different query in a same Azure Service Bus Namespace" by Logic App

Hi Team , I have been created a logic app for deleting " Dead Letter message " in a Azure service Bus Namespace. Its working fine , This Logic app Parallel deleting Dead letter message from Dead letter query . Problem is that , It deleted one…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,861 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,129 questions
asked 2023-12-08T15:10:33.69+00:00
Emran Hossain 190 Reputation points
commented 2024-01-03T15:57:31.2033333+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
1 answer

Use managed identities to access Service Bus from Azure Kubernetes Service

Hi everyone, i would like to access Azure Service Bus from AKS using a user managed identity or any other managed identity instead of using the service bus connection string. Is this possible? If so how is it implemented thank you for your response

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 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,869 questions
asked 2023-05-08T15:39:58.7033333+00:00
Ifiokobong Offiong 56 Reputation points
edited a comment 2024-01-03T12:46:06.26+00:00
Avi 0 Reputation points
1 answer

Caused by: com.azure.core.amqp.exception.AmqpException: org.apache.qpid.proton.engine.TransportException: connection aborted, errorContext[NAMESPACE: . ERROR CONTEXT: N/A]

Hi, I think we are able to connect our azurebus but it seems like connection getting dropped. Could you please check the below logs and try to help us. Caused by: com.azure.core.amqp.exception.AmqpException:…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
549 questions
asked 2024-01-02T13:15:44.52+00:00
Abhishek Yadav 0 Reputation points
answered 2024-01-03T12:01:09.48+00:00
MayankBargali-MSFT 68,656 Reputation points