
Generate Power Platform Solution Documentation with Azure DevOps
Instantly Document Your Power Platform Solutions with Azure DevOps
Are you tired of manually documenting your Power Platform solutions? Struggling to keep your tables, relationships, option sets, and workflows up to date for your team or clients? The Power Platform Documentation Extension for Azure DevOps is designed to solve these problems—automatically. This tool helps you generate clear, accurate, and SEO-friendly Markdown documentation for your wikis and repositories, saving you hours and improving collaboration.
Why Documentation Matters
Documentation is often overlooked in the development lifecycle. Without it, teams can struggle to understand:
- What tables, relationships, or option sets are in a solution.
- Which roles have which privileges.
- How workflows are configured and triggered.
This extension removes that pain by automating the process. Run it as part of your pipeline, and instantly get up-to-date documentation every time you export your solutions.
Installing the Extension
- Head over to the Azure DevOps Marketplace.
- Search for Power Platform Documentation Extension.
- Click Get it free and choose your DevOps organisation.
- If you’re not an admin, you can still request installation from your administrator.
- Once approved, the extension will be available in your organisation.
Adding Documentation to Your Pipeline
To use the extension, add it as a step in your pipeline:
- Export and unpack your solution (using your existing tasks).
- Add a documentation step, for example:
- Generate Table Documentation
- Generate Roles Documentation
- Output files as single Markdown or split by table.
- Point the extension to your unpacked solution location and your wiki/output folder.
Once the pipeline runs, you’ll see a new folder (for example /wiki/solutions/YourSolutionName
) containing your Markdown files.
Example Output
After running the extension, you’ll get Markdown tables like this:
Column Name | Type | Description |
---|---|---|
test1 | String | (no description) |
test2 | String | Example column |
Open these files in preview mode in Azure DevOps and you’ll see clean, well-structured documentation.
Features Available
The extension currently supports:
- Table Documentation Generator
- Entity Relationship Diagrams (ERD)
- Option Set Documentation
- Roles and Privileges Documentation
- Workflow Documentation (currently in preview)
- Solution Manifest Documentation
Each feature generates Markdown output that you can store in a wiki, repository, or publish as part of your CI/CD pipelines.
Why Choose This Extension?
- Automated, always up-to-date documentation—no more manual edits.
- SEO-friendly Markdown for better search visibility in wikis and repos.
- Easy integration with Azure DevOps pipelines.
- Supports ERDs, roles, option sets, and more for complete solution coverage.
- Saves time and reduces errors for teams and solo makers alike.
Where to Get It
- Official product page — detailed docs & screenshots
- Visual Studio Marketplace listing — install for your Azure DevOps org
Get Started — Quick Steps
- Install the extension from the Marketplace link above.
- Add a pipeline step after your solution export/unpack task that points to the unpacked solution folder.
- Configure output options (single Markdown file or split by table) and an output path (for example: /wiki/solutions/YourSolutionName).
- Run your pipeline and review the generated Markdown in the output location or in your DevOps wiki.
If you want help integrating the extension into an existing pipeline, drop a comment below or reach out via the links on the product page.
👉 Try it today and let your documentation keep pace with your development. If you found this useful, please share with your network or leave feedback below!