Skip to content

Govindarajan-D/AzureDoc-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureDoc-Generator

Azure Documentation Generator using Powershell

Features

It generates DOCX file. To format the output, you can modify the CSS present within the style.conf file.

Usage

You need to install DocumentFormat.OpenXML before using this program.

Installing DocumentFormat.OpenXML

Without Admin rights:

Install-Package DocumentFormat.OpenXML -Scope CurrentUser

With Admin rights:

Install-Package DocumentFormat.OpenXML

Generating Document

Run 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"

Contributing

Pull requests are welcome.

License

MIT

About

Azure Documentation Generator using Powershell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors