craftcms/azure-blob

Azure Blob Storage integration for Craft CMS

Maintainers

👁 brandonkelly

Package info

github.com/craftcms/azure-blob

Documentation

Type:craft-plugin

pkg:composer/craftcms/azure-blob

Statistics

Installs: 84 611

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 3

2.1.2 2026-02-19 22:39 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 3c6c56f8a969f400b655b76483e11a7b57b00cf2

cmsazureyii2Flysystemcraftcms

This package is auto-updated.

Last update: 2026-06-06 12:46:49 UTC


README

👁 Azure Blog Storage for Craft CMS icon

Azure Blob Storage for Craft CMS

This plugin provides an Azure Blob Storage integration for Craft CMS.

Requirements

This plugin requires Craft CMS 4.0.0+ or 5.0.0+.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Azure Blob Storage”. Then click on the “Install” button in its modal window.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require craftcms/azure-blob

# tell Craft to install the plugin
./craft install/plugin craftcms/azure-blob

Setup

To create a new asset volume for your Azure container, go to SettingsAssets, create a new volume, and set the Volume Type setting to “Azure Blob Storage”.

Tip: The Connection String, Base URL, Container, and Subfolder settings can be set to environment variables. See Environmental Configuration in the Craft docs to learn more about that.