Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

az_blob_fs

431 sites Security covered
View on drupal.org

This module creates a Drupal 'file system' that integrates with Microsoft Azure Blob Storage containers.

Requirements

You will need a Microsoft Azure Blob storage account or service running in order to use this.

  • Account name is required.
  • Account key is required.

See: https://azure.microsoft.com/services/storage/blobs

Azure Portal: https://portal.azure.com/

Notes

This is assuming you already have an account setup.

  • Create or use an existing Azure container. Record container name. This will be used later for configuration in Drupal.
  • In Azure, Under Security + networking, when managing the container. You should find Access keys. You will need storage account name and also one of the keys. Connection string is not required. This will be configured and stored in Drupal.
  • Also make sure access level is set to Container, if you are storing and sharing public assets.

Setup/Usage

Installing through composer is recommended:

composer require drupal/az_blob_fs
drush en az_blob_fs

This method will also check and make sure all dependencies are pulled down as well.

  1. Install and enable module like any other contributed module.
  2. Setup and configure service here: /admin/config/media/azure-blob-file-system
  3. Set your default file system to Azure here: /admin/config/media/file-system

Field Setup

If using Media or file fields, adjust storage settings on the field. Set the "Upload destination" to "Azure Blob Storage".

If using Media & Media library core modules. See below:

For example, the media image field, can be used to store images in Azure, as blobs.

Navigate to "Structure" -> "Media Types" -> "Image" -> "Manage Fields"

- Edit Media field image -> "Field Settings"

You should see two options:

  • Public files
  • Azure Blob Storage

Select Azure Blob Storage. This option should be made available on file fields across the board.

Activity

Total releases
3
First release
Jul 2025
Latest release
2 months ago
Release cadence
110 days
Stability
33% stable

Release Timeline

Releases

Version Type Release date
3.0.0 Stable Feb 18, 2026
3.x-dev Dev Feb 18, 2026
8.3.x-dev Dev Jul 14, 2025