Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation presents Windows examples before Linux ones and references the Windows extension handler first. The metadata and custom tags emphasize Azure PowerShell, suggesting a Windows-centric approach. While both Windows and Linux examples are provided, the ordering and emphasis favor Windows.
Recommendations
- Present Linux and Windows examples in parallel or alternate the order to avoid implicit prioritization.
- Include Azure CLI examples for both platforms and avoid referencing PowerShell unless necessary for platform-specific tasks.
- Ensure metadata and custom tags reflect equal support for Azure CLI and Linux tools.
- Explicitly mention that all features and instructions apply equally to Linux and Windows, unless there are platform-specific differences.
- Provide links to Linux-specific documentation and troubleshooting resources alongside Windows ones.
Create Pull Request