Azure Service Bus
Overview
Scale application components based on Azure Service Bus Queues or Topics.
Learn from an example scaling Radix application component by Azure Service Bus messages.
Azure Service Bus supports either topicName
(with subscriptionName
) or queueName
. The target average value can be configured with messageCount
(defaults to 5) and activationMessageCount
(defaults to 0). Read more about activating and scaling thresholds.
Authentication
Authentication to the Azure Service Bus can be done with Workload Identity and with connection string. Read more about Azure Service Bus trigger authentication.