Loading repository data…
Loading repository data…
tiagordc / repository
A simple tool to create Azure resources (based on ARM templates) that may or may not require technical knowledge
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple tool to create Azure resources (based on ARM templates and Pulumi code) that may not require user technical knowledge (shell, json, etc.)

Possible use cases:
The examples provided are just a subset of templates I needed at some point in time for a specific reason. Don't use them as an architecture reference.
Start by doing the environment configuration with the required authentication data
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
export FLASK_APP=application.py
flask run
py -3 -m venv env
env\scripts\activate
pip install -r requirements.txt
SET FLASK_APP=application.py
flask run