Azure Blob Storage driver for AdonisJS Drive, version 5.1.0. This package integrates Azure Blob Storage as a filesystem driver for the AdonisJS Drive abstraction, allowing seamless file uploads, downloads, and management using Azure's cloud storage. It supports container configuration, connection strings, and SAS tokens. Updated regularly alongside AdonisJS releases, it is the go-to solution for AdonisJS applications needing Azure storage. Compared to other drivers, it offers first-class TypeScript support and follows AdonisJS conventions.
npm install adonis-drive-azure-storageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures AdonisJS Drive to use Azure Blob Storage with environment variables for credentials.
Update adonis-drive-azure-storage to latest major version; see https://docs.adonisjs.com/guides/upgrade-guide
Use Azure SDK authentication options such as DefaultAzureCredential.
Use only lowercase letters, numbers, and hyphens in container name.
Provide a valid SAS token via environment variable AZURE_SAS_TOKEN.
Create the container manually or enable automatic creation if supported.
Change to import { azureStorageDriver } from 'adonis-drive-azure-storage'