🟦 Azure Blob Storage

Native Azure Blob Storage integration with account key or managed identity authentication. Supports Hot, Cool, and Cold access tiers for cost-optimised image storage.

Configuration

azure-images:
  type: azure
  accountName: myaccount
  container: my-container
  accountKey: "storage-key"     # or use managed identity
  prefix: images/

Authentication

MethodBest For
Account KeySimplest — get from Azure Portal → Storage Account → Access Keys
Managed IdentityAzure VM, App Service, AKS — no credentials needed
Connection StringVia AZURE_STORAGE_CONNECTION_STRING env var

Access Tiers

TierLatencyBest For
HotLowFrequently accessed images
CoolLowInfrequent access (30+ days)
ColdLowRare access (90+ days)
ArchiveHoursNot suitable (requires rehydration)

Connect Your Storage in Minutes

Free tier — no credit card required.

Get Started Free Read the Docs