621 questions with Azure Service Bus tags

Sort by: Updated
0 answers

Clarification on Azure Service Bus Deferral

The documentation I have found so far is not clear on what Deferring a message does in regards to settlement. https://video2.skills-academy.com/en-us/azure/service-bus-messaging/message-deferral For instance the documentation states: "When a client…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
asked 2024-09-27T16:23:02.2666667+00:00
PHILLIP CARTER 0 Reputation points
0 answers

How to connect locally to service bus without connection string?

Hey there,   I am trying to disable local auth for my team's Service Bus in PME. We were able to migrate to passwordless connections to the service bus in prod, but when we develop locally we are hitting some obstacles. Improvements to our service…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
asked 2024-09-25T18:47:17.22+00:00
Megan Dymerski 0 Reputation points Microsoft Employee
1 answer

Spoke Hub Model - Integration services

Hi there, I am going through Microsoft documentation and have some questions regarding the placement of services within the hub-and-spoke network model. Based on my understanding, the hub is the place for shared services such as DNS, Firewall, VPN, and…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,100 questions
Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 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,427 questions
asked 2024-09-19T08:05:27.6+00:00
Mohsen Sichani 26 Reputation points
commented 2024-09-25T09:55:32.48+00:00
Ben Gimblett 4,355 Reputation points Microsoft Employee
1 answer

How logic app process multiple messages in an Azure Service Bus?

If a logic app is scheduled to run once a day. And at the run, it finds 20 messages sitting in Azure Service Bus. How does it process them? One by one? or in parallel? And how long does that take? Moreover, how many messages can sit in azure service bus…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,113 questions
asked 2024-09-18T16:09:24.5366667+00:00
Fareeha Sattar Shaikh 45 Reputation points
edited a comment 2024-09-24T21:51:01.4333333+00:00
LeelaRajeshSayana-MSFT 15,071 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure functions fail to decode IoThub device connection state message

0 I've a Azure function in Python 3.11 and Linux hosting. It is throwing an error when trigger is service bus queue message, which is having IoTHub device connection state message with schema like this schema.Result: Failure Exception: ValueError: cannot…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,184 questions
asked 2024-09-16T14:06:08.8466667+00:00
Nayangiri Goswami 45 Reputation points
commented 2024-09-24T21:17:12.9066667+00:00
LeelaRajeshSayana-MSFT 15,071 Reputation points Microsoft Employee
1 answer

Function app with EP2 Plan

we need to know how EP2 subscription work with same plan using different resource group

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,814 questions
asked 2024-09-23T16:21:06.9433333+00:00
Nagaraj 0 Reputation points
edited the question 2024-09-24T07:00:16.4966667+00:00
KapilAnanth-MSFT 44,921 Reputation points Microsoft Employee
0 answers

Connect Shovel Plugin to Azure Service Bus using Managed Identity

https://video2.skills-academy.com/en-us/azure/service-bus-messaging/service-bus-integrate-with-rabbitmq contains documentation on how to connect a RabbitMQ's broker's Shovel plugin with Azure Service Bus. The example uses SAS Tokens for Authorization and…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
asked 2024-09-23T11:47:02.94+00:00
TB 0 Reputation points
1 answer

integrate dynamics crm to Azure event Hub

Hi, I would like to connect our Dynamics CRM to an Azure event hub, that create an event each time we create a changes in dynamic. Can somone help me

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
635 questions
asked 2024-06-27T14:05:36.4+00:00
Adila mebrek 25 Reputation points
answered 2024-09-22T11:26:41.3633333+00:00
Vinodh247 19,656 Reputation points
0 answers

How to enforce Azure Function app to process Service Bus Queue messages one at a time

Hey all Prior to migrating to .Net 8 Isolated, our function app was on the .Net 6 In-Process model. We configured our app to always consume service bus messages one at a time via our host.json file (see config below). However, with .Net 8…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-09-19T23:28:59.14+00:00
MTB Holdings Pty Ltd 0 Reputation points
commented 2024-09-19T23:44:22.17+00:00
Andrew Hall 80 Reputation points
1 answer

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.
621 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
415 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
254 questions
asked 2024-05-31T21:15:22.4766667+00:00
Byron Saltysiak 5 Reputation points
edited an answer 2024-09-19T06:33:54.03+00:00
Saif Badran 86 Reputation points Microsoft Employee
2 answers

Azure functions decoding error

Azure functions with Python language and Linux hosting are throwing this error when trigger is service bus queue message having IoTHub device connection state message schema. Result: Failure Exception: ValueError: cannot convert value of field…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,184 questions
asked 2024-09-10T07:19:11.76+00:00
Nayangiri Goswami 45 Reputation points
answered 2024-09-18T15:58:16.6433333+00:00
LeelaRajeshSayana-MSFT 15,071 Reputation points Microsoft Employee
1 answer

Sending and Receving messages to Azure Service Bus using ASP.NET framework 4.8

Hello Trying to send and recieve message using ASP.NET example to Azure Service Bus. Pls share the code if possible. https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/servicebus/Azure.Messaging.ServiceBus/samples/Sample01_SendReceive.md Have…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
asked 2024-05-10T05:44:53.6933333+00:00
Chandrakant Pawle 101 Reputation points
edited the question 2024-09-18T11:33:52.1966667+00:00
Rakesh Gurram 7,265 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

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.
621 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,823 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,887 questions
asked 2024-03-06T01:47:21.7933333+00:00
Bergs 60 Reputation points
accepted 2024-09-18T06:04:33.25+00:00
Bergs 60 Reputation points
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.
621 questions
asked 2024-07-11T09:07:11.88+00:00
Nikhil Thangellapally 0 Reputation points
edited the question 2024-09-17T18:51:09.39+00:00
VarunTha 7,975 Reputation points Microsoft Vendor
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.
621 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
asked 2024-07-23T05:47:24.6833333+00:00
Pratim Das, Partha C 306 Reputation points
edited the question 2024-09-17T18:43:52.55+00:00
VarunTha 7,975 Reputation points Microsoft Vendor
0 answers

Service Bus Namespace Disaster recovery config gives key type error

Hello Community, I am trying to create a disaster recovery pairing between two servicebus namespaces in two different regions (both of premium sku and partitioned) and using customer managed keys. I have configured the below Rg1, location uksouth: …

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
asked 2024-09-13T14:26:49.8833333+00:00
Yamini Vinchurkar 0 Reputation points
edited the question 2024-09-16T09:00:22.07+00:00
MayankBargali-MSFT 70,401 Reputation points
1 answer

Error: 409 when deleting standard azure serviceBus

Hello, I want to delete 2 empty azure serviceBus (standard and premium). But for each, i had systematically the Error: 409 DR config cannot be deleted because replication is in progress. Please failover or break pairing before attempting to delete the…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
asked 2024-09-11T07:17:16.1666667+00:00
Sébastien Hernandez 0 Reputation points
commented 2024-09-16T03:20:38.7166667+00:00
JananiRamesh-MSFT 26,866 Reputation points
2 answers One of the answers was accepted by the question author.

How to create a service bus subscription in Java

I am having two issues using the Azure Service Bus Java API. I am unable to create a new subscription or list existing subscriptions. Below is the code I am using... ServiceBusAdministrationClient serviceBusAdminClient = new…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 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,040 questions
asked 2024-09-04T16:07:43.7833333+00:00
Ryan Winterbourne 20 Reputation points
accepted 2024-09-10T17:54:59.24+00:00
Ryan Winterbourne 20 Reputation points
1 answer

Azure function IoTHub device connection state message decode error

I've a route to forward Azure IoTHub device connection state messages to service bus queue. On that queue I'm triggering Python function using v2 programming model. Looks like the trigger is not being decoded properly. Here is the error, Result:…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,184 questions
asked 2024-09-10T07:02:24.6533333+00:00
Nayangiri Goswami 45 Reputation points
answered 2024-09-10T07:37:49.23+00:00
akinbade abiola 16,320 Reputation points
1 answer

How to consume data from service bus

Hi All, I have to consume data from Service Bus explorer have topic under that having one subscription with SQL filter..I am able to see the message inside the subscription ..I have to read that data in synapse dedicated SQL Pool , however I know Azure…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
asked 2024-09-09T06:02:41.74+00:00
Samriddhi Gupta 20 Reputation points
commented 2024-09-10T06:32:34.5866667+00:00
Deepanshukatara-6769 9,190 Reputation points