Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 680 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 680 Bytes

Azure Tools

This is a library that contains basic azure utilities and tools used by many of the projects in Idio/Optimizely.

Installing with pip

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>

Environment setup

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