Python library to create Azure Resource Templates
Azure Resource Template Generator
To install use pip:
$ pip install tropo
Or clone the repo:
$ git clone https://github.com/hoffmann/tropo.git
$ python setup.py install
TBD
TBD
Clone the resource manager json schemas
$ git clone https://github.com/Azure/azure-resource-manager-schemas.git
Clone Azure Management Python Api
$ git clone https://github.com/Azure/azure-sdk-for-python.git
Azure Compute Models