Sample code from DevOpsDocs Transforming Tediousness into Joy presented at Swetugg Gothenburg 2023
- .NET 7 SDK
- Run
dotnet tool restore
to have all tools used available
Some of the sample PowerShell scripts use environment variables for storing Azure tenant id and subscription id.
$ENV:AZURE_TENANT_ID='{your tenant}'
$ENV:AZURE_CONTAINER_REGISTRY='{your container registry}'
Example creating a static documentation website created by inventorying an Azure tenant for resources using the ari .NET tool and Statiq Web web framework.
Example creating a static documentation website by inventorying a container registry for Bicep modules using the bri .NET tool and Statiq Web framework.
Example creating a static documentation website by scanning C# source code using the Statiq Docs framework. Also an example of adding .NET project dependency information to your documentation using the dpi .NET tool.