Skip to content
Changelog

Authenticate with Azure Blob Storage using SAS tokens

Agno Team

April 2, 20261 min read

AzureBlobConfig now supports Shared Access Signature (SAS) token authentication as an alternative to connection strings and service principal credentials. This makes it easier to grant time-scoped, permission-limited access to Azure Blob Storage without exposing full account credentials, which is useful for automated pipelines, temporary access grants, and least-privilege storage configurations.

Details**:**

  • Pass a SAS token directly to AzureBlobConfig alongside the account URL
  • Complements existing authentication paths; no migration required for configurations already using connection strings or service principal auth

See the Azure Blob Storage Content Source for Knowledge docs for more.

Shipped around the same time