Skip to content

Sample code from DevOpsDocs Transforming Tediousness into Joy presented at Swetugg Gothenburg 2023

License

Notifications You must be signed in to change notification settings

azurevoodoo/swetugggbg2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOpsDocs - Swetugg GBG 2023

Sample code from DevOpsDocs Transforming Tediousness into Joy presented at Swetugg Gothenburg 2023

Prerequisites

  1. .NET 7 SDK
  2. 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}'

Azure

Example creating a static documentation website created by inventorying an Azure tenant for resources using the ari .NET tool and Statiq Web web framework.

Bicep

Example creating a static documentation website by inventorying a container registry for Bicep modules using the bri .NET tool and Statiq Web framework.

DotNet

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.

About

Sample code from DevOpsDocs Transforming Tediousness into Joy presented at Swetugg Gothenburg 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published