Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page demonstrates a Windows bias by listing Azure PowerShell examples after Azure CLI, providing detailed PowerShell commands, and referencing Windows-centric tools and patterns (such as PowerShell and credential objects). While the Azure CLI examples use Ubuntu images and SSH authentication, the PowerShell section is more extensive and uses Windows-style parameters and patterns. There is no explicit Linux shell scripting example (e.g., Bash), and PowerShell is presented as a primary automation method, which may disadvantage Linux users.
Recommendations
- Add Bash shell script examples for Linux users, especially for automation scenarios.
- Clarify that PowerShell is cross-platform, but provide examples using native Linux tools where appropriate.
- Ensure parity in example depth and detail between CLI and PowerShell sections.
- Avoid Windows-centric terminology (e.g., 'Credential objects') unless also explaining Linux equivalents.
- Explicitly mention Linux prerequisites and patterns (e.g., SSH key management, environment variables) alongside Windows ones.
Create Pull Request