Azure Documentation Generator using Powershell
It generates DOCX file. To format the output, you can modify the CSS present within the style.conf file.
You need to install DocumentFormat.OpenXML before using this program.
Without Admin rights:
Install-Package DocumentFormat.OpenXML -Scope CurrentUserWith Admin rights:
Install-Package DocumentFormat.OpenXMLRun the powershell script as follows, ResourceGroup being optional. The first command inserts the functions from the script into the current session.
. .\AzureDocumentation.ps1
Create-Documentation -ResourceGroup "ResourceGroupName"Pull requests are welcome.