This repository contains a comprehensive guide for using the AzAPI Terraform provider effectively. The guide is built as a static website using Hugo and is designed to be deployed on GitHub Pages.
Visit the live guide at: https://matt-ffffff.github.io/azapi-best-practices/
- Hugo Extended (v0.150.0 or later)
- Git
-
Clone the repository:
git clone https://github.com/matt-FFFFFF/azapi-best-practices.git cd azapi-best-practices
-
Initialize submodules:
git submodule update --init --recursive
-
Start the development server:
hugo server
-
Open http://localhost:1313 in your browser
hugo --minify
The built site will be in the public/
directory.
Contributions are welcome! Please feel free to submit issues and pull requests to improve the guide.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
- Hugo - Static site generator
- Hugo Book Theme - Clean book-style theme
- Mermaid - Diagram and flowchart generation
- GitHub Actions - CI/CD for automated deployment
- GitHub Pages - Static site hosting