You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate documentation from Infrastructure as Code (IaC). PSDocs for Azure automatically generates documentation for Azure infrastructure as code (IaC) artifacts.
Please review the Requirements to ensure you can use this extension successfully.
Note: this extension is in preview.
Features
Command Palette
You can generate markdown files directly from an ARM template through the Command Pallette. Simply press Ctrl+Shift+P (Win/Linux) or Command+Shift+P (MacOS) and type in PSDocs.Azure: Generate Markdown
You will first be asked to provide a full path to the ARM template. The prompt auto-populates with the full path of the currently opened file.
Additionally, you will be asked to provide a relative path (from the ARM template) to store the generated markdown.
The markdown will be created in the folder relative to the the ARM template file.
Snippets
Adds snippets for adding metadata tag within ARM templates.
psdocs-arm can be used to add metadata at the template root schema
psdocs-arm-short can be used to add metadata anywhere else e.g. parameters or variables
Requirements
PSDocs.Azure is required for this extension to work.
To install the module use the following command from a PowerShell prompt.