Using Azure storage with OctoberCMS

Hi, hope someone here has used azure storage successfully with OctoberCMS and they can help me out as well.

I have installed the following composer package.

“league/flysystem-azure-blob-storage”: “^3.28”

And added the azure details to my .env file and filesystem.php file and set azure to default as well.

However, I am getting the following error message.

“Driver [azure] is not supported.” on line 149 of ~/myoctober/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemManager.php

Any help will be appreciated.

I was able to solve this by creating a service provider, and binding the Microsoft azure adapter with flysystem.

I have created a plugin out of it and submitted it on marketplace, will link it here once it gets approved.

The plugin is available on following URL.

Hello,
I think you should following these steps:

Check Configuration:
Environment Variables:
Service Provider:
Publish Configuration:
Update Composer Autoload:
Cache Clear
Thanks