Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 359 Bytes

File metadata and controls

12 lines (11 loc) · 359 Bytes

azure-play

Ad-hoc Azure scripts and IaC templates. Most are bad examples of how to do something but simply used for ad-hoc tasks.

Running

Python

For each of the python scripts you will need to setup a virtual env and install the required modules.

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
./main.py