Azure NoOps Terraform Baseline Guide (ETB) is a collection of tutorials amd guides on how to get started with Terraform in Azure NoOps.
Hosted in GitHub Pages.
-
Install Python:
winget install --id "Python.Python.3.12" -e -
Restart your machine to complete the installation.
-
Create and activate virtual environment:
python -m venv "venv" . "venv\Scripts\activate" -
Install requirements:
python -m pip install --upgrade pip pip install -r "requirements.txt" -
Run development server:
mkdocs serve
-
Read this document.
-
Open this repository in the development container.
-
Run the development server:
mkdocs serve