Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a bias towards Windows by predominantly featuring Azure PowerShell commands and examples, referencing Windows tools and patterns first, and omitting explicit Linux command-line examples (such as Bash or shell scripts). While there are occasional mentions of Linux (e.g., the Linux Guest Agent), actionable steps and code samples are almost exclusively Windows/PowerShell-centric, leaving Linux users with less direct guidance.
Recommendations
- Provide equivalent Linux command-line examples (e.g., Bash, Azure CLI) alongside PowerShell commands for all steps.
- Explicitly mention and link to Linux-specific documentation and tools where available, especially for agent installation and extension management.
- Ensure that instructions for exporting data (such as role assignments) include Linux-friendly methods (e.g., using jq or awk with Azure CLI output).
- When listing tools or commands, present both Windows and Linux options together, or alternate which is mentioned first.
- Add troubleshooting steps and references specific to common Linux migration issues.
Create Pull Request