Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias by providing detailed PowerShell examples and cmdlets for all command-line operations, with no mention of Linux-native tools, Bash, or Azure CLI equivalents. The PowerShell tab is presented as the only scriptable command-line option, and all code snippets use PowerShell syntax. There are no examples or guidance for users on Linux or macOS platforms, nor are cross-platform tools like Azure CLI referenced. This may hinder Linux users or those preferring non-Windows environments from following the documentation easily.
Recommendations
- Add Azure CLI examples alongside PowerShell for all command-line operations, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention that PowerShell Core is available cross-platform, if PowerShell must be used, and provide installation instructions for Linux/macOS.
- Reorder or parallelize example tabs so that Azure CLI and REST API are presented equally with PowerShell, not after it.
- Include notes or links for Linux/macOS users on how to perform the same tasks in their environments.
- Audit all screenshots and UI references to ensure they are not Windows-specific, or provide Linux/macOS equivalents where relevant.
Create Pull Request