Azure Service Bus
This module provides an implementation of the Transport Abstraction that is backed by the Azure Service Bus.
Configuration
The storage supports the following configuration options:
namespace
The name of the Azure Service Bus namespace.
queueName
The name of the queue to use for sending and receiving messages.
Authentication
This storage implementation uses the official Azure SDK for Java. The SDK supports multiple authentication methods and automatically detects which one is configured in the environment. See the documentation for supported authentication methods.
When deploying ORT Server to Azure Kubernetes Service (AKS), the recommended way is to use workload identities.