Ad-hoc Azure scripts and IaC templates. Most are bad examples of how to do something but simply used for ad-hoc tasks.
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