Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page demonstrates some Windows bias. In the 'ResourceGroupNotFound' error, both Azure CLI and PowerShell are mentioned, but PowerShell (a Windows-centric tool) is referenced directly alongside CLI, without explicit parity for Linux shell usage. In the 'SubnetsNotInSameVnet' error, the Windows VM multiple NICs documentation is listed before the Linux equivalent, suggesting a Windows-first approach. There are also several references to PowerShell modules and commands, which are primarily used on Windows, with no mention of Bash or Linux-specific alternatives. No explicit Linux shell commands or troubleshooting patterns are provided.
Recommendations
- Ensure that examples and tool references include both Windows (PowerShell) and Linux (Bash/CLI) usage, with equal prominence.
- When linking to platform-specific documentation (e.g., multiple NICs), alternate the order or provide a neutral grouping to avoid Windows-first presentation.
- Where PowerShell is referenced, also provide equivalent Bash or Azure CLI commands for Linux users.
- Audit linked troubleshooting guides to ensure Linux scenarios are covered as thoroughly as Windows ones.
- Explicitly mention cross-platform compatibility for tools and commands where applicable.
Create Pull Request