Skip to main content

Azure Key Vault

This module provides an implementation of the Secrets Provider Abstraction that is backed by the Azure Key Vault.

Configuration

The secrets provider supports the following configuration options:

azureKeyVaultName (required)

The name of the Azure Key Vault to use.

Authentication

This secrets provider 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.