This plugin provides an Azure Blob Storage integration for Craft CMS.
This plugin requires Craft CMS 4.0.0+ or 5.0.0+.
You can install this plugin from the Plugin Store or with Composer.
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.
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-blobTo create a new asset volume for your Azure container, go to Settings → Assets, 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.