Supported Backends
Azure Blob Storage
Configuring the Azure Blob Storage backend (Managed)
Getting Started
Odigos exports data to Azure Blob Storage in OTLP format. Data can be exported either in JSON format or in binary format (protobuf).
Configuring Destination Fields
- AZURE_BLOB_ACCOUNT_NAME
string
: Account Name.- This field is required
- AZURE_BLOB_CONTAINER_NAME
string
: Container Name.- This field is required
Adding Destination to Odigos
There are two primary methods for configuring destinations in Odigos:
Using the UI
1
Use the Odigos CLI to access the UI
2
Click on Add Destination
, select Azure Blob Storage
and follow the on-screen instructions
Using Kubernetes manifests
1
Save the YAML below to a file (e.g. azureblob.yaml
)
2
Apply the YAML using kubectl