Adds Microsoft Azure Blob Storage support to TYPO3 file abstraction layer (FAL).
composer require b3n/azurestorage
After you've installed the extension, you need to enable it either via console or in the backend. After that, add a new file storage and enter your Azure Blob Storage credentials.
In the next step, enter all required credentials which you can find in the Azure Portal under Storage accounts / Settings / Access keys. Blob container name is the name you gave your container, you can also find it under Overview.
I would like to say thank you to Susanne Moog for her previous work on her own extension to implement the Azure Blob Storage. Her work was a good point to start.