Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation demonstrates a Windows bias by consistently presenting Azure PowerShell examples alongside Azure CLI, referencing PowerShell-specific commands, and listing PowerShell as a prerequisite tool. Visual Studio Code is recommended as the code editor, which is cross-platform but often associated with Windows workflows. There are no explicit Linux shell examples (e.g., Bash), nor is there mention of Linux-specific tooling or patterns. The order of examples and prerequisites tends to favor Windows tools or present them before their Linux equivalents.
Recommendations
- Add explicit Bash shell examples for Azure CLI commands, showing usage in Linux/macOS environments.
- Clarify that Azure CLI works natively on Linux/macOS and provide installation instructions or links for those platforms.
- Include references to Linux-native editors (e.g., Vim, nano) or clarify that Visual Studio Code is cross-platform.
- Present CLI examples before PowerShell examples, or alternate the order to avoid implicit prioritization.
- Mention that PowerShell Core is available on Linux/macOS if PowerShell usage is required, and provide installation guidance.
- Avoid language that implies Windows is the default environment for ARM template troubleshooting.
Create Pull Request