Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page demonstrates mild Windows bias by listing Azure PowerShell commands before Azure CLI equivalents and referencing Visual Studio Code as the primary editor, which is often associated with Windows environments. The troubleshooting examples and tool recommendations do not provide Linux-specific alternatives or mention Linux-native editors or shell environments, and PowerShell is referenced before CLI in command examples.
Recommendations
- Alternate the order of Azure PowerShell and Azure CLI command references, or list CLI first to balance platform representation.
- Explicitly mention that Visual Studio Code and the recommended extensions are cross-platform, and suggest alternative editors commonly used on Linux (e.g., Vim, Emacs, Sublime Text) where possible.
- Include troubleshooting steps or examples using Bash or other Linux-native shells, especially for command-line operations.
- Add notes clarifying that all tools and commands are available on Linux, macOS, and Windows, and provide links to installation guides for each platform.
- Where possible, provide examples of using the Azure CLI in Linux environments, such as running commands in Bash or zsh.
Create Pull Request