Skip to content

idio/azure-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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