This is a library that contains basic azure utilities and tools used by many of the projects in Idio/Optimizely.
To install azure-tools with pip:
pip install git+https://github.com/idio/azure-tools.git
If you wish to install from a specific branch use:
pip install git+https://github.com/idio/azure-tools.git@<branch-name>
For this library to work as expected you should ensure you have the azure cli tool installed.
Once installed add the storage-preview extension, this enables smart-open:
az extension add -n storage-preview