Microsoft's Azure Blob

We have tested extensively with the following SDK's

  • Node.js

npm install @azure/storage-blob
  • Python

pip install azure-storage-blob>=12.19.0
  • Rust Azure Blob SDK

# Cargo.toml Azure SDK
azure_core = "0.21"
azure_storage = "0.21"
azure_storage_blobs = "0.21"
azure_identity = "0.24"

Azure SDKs support connection to Blob-compatible endpoints through the

Last updated

Was this helpful?