Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation page shows moderate Windows bias. PowerShell is mentioned multiple times (deployment scripts, ARM TTK testing), and the ARM TTK tool is only described as a PowerShell script. Visual Studio and Visual Studio Code are listed as authoring tools, both of which are Windows-centric (though VS Code is cross-platform). In the CI/CD section, Azure DevOps and Visual Studio project pipelines are referenced before any mention of Linux-native alternatives. While Azure CLI and Bash are mentioned, examples and tooling references tend to favor Windows/PowerShell first or exclusively.
Recommendations
- Provide explicit Bash and Azure CLI examples alongside PowerShell for deployment scripts and template testing.
- Mention Linux-native authoring tools (e.g., Vim, Emacs, or VS Code on Linux) and clarify cross-platform support.
- Describe ARM TTK alternatives or usage on Linux (e.g., via PowerShell Core on Linux, or suggest equivalent validation workflows).
- In CI/CD integration, include examples for GitHub Actions, Jenkins, or other Linux-friendly CI/CD systems.
- Ensure that references to tools and workflows do not assume a Windows environment, and order mentions of CLI/Bash and PowerShell equally.
Create Pull Request