Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
missing_linux_example
Summary
The documentation page exhibits a strong Windows bias, primarily through the exclusive use of PowerShell for all CLI examples, reliance on Windows-centric tools and patterns, and the absence of Linux CLI equivalents (such as Bash or Azure CLI). Windows/PowerShell tooling is presented as the default for scripting and automation, with no parity for Linux users. Additionally, proximity placement group links and references often point to Windows-specific documentation, and the PowerShell module is assumed as the standard interface for automation tasks.
Recommendations
- Provide equivalent Azure CLI (az) examples for all PowerShell commands, ensuring Linux users can follow along without needing PowerShell.
- Include Bash shell scripting examples where appropriate, especially for automation tasks.
- Reference both Windows and Linux documentation for proximity placement groups and related Azure features.
- Explicitly mention Linux support and requirements in prerequisites and setup sections.
- Add guidance for installing and using Azure CLI on Linux, and clarify when PowerShell is required versus when Azure CLI can be used.
- Ensure screenshots and UI references are platform-neutral or provide both Windows and Linux variants where differences exist.
Create Pull Request