Bias Analysis
Detected Bias Types
bash_first
windows_shell_notes
windows_shell_examples
Summary
The documentation page primarily provides Azure CLI examples in Bash syntax, with notes on how to adapt commands for Windows PowerShell or Command Prompt. While Bash is presented as the default shell, Windows shells are mentioned as alternatives, and specific adaptations for PowerShell/cmd are included in several sections. However, there is no explicit Linux bias; rather, the page assumes Bash as the main shell, which is common on both Linux and macOS, but not on Windows by default. Windows-specific instructions are provided only as needed, and there are no PowerShell-exclusive examples or Windows-only tools discussed.
Recommendations
- Provide explicit PowerShell and Command Prompt examples alongside Bash examples, not just adaptation notes.
- Add a table or section comparing Bash, PowerShell, and Command Prompt syntax for common deployment scenarios.
- Clarify that Bash is available on Windows via WSL or Git Bash, and provide installation guidance for users on Windows.
- Ensure parity by including Linux/macOS-specific notes where relevant (e.g., file path formats, environment variable syntax).
- Consider reordering sections to present Bash, PowerShell, and Command Prompt examples together for each scenario, rather than focusing on Bash first.
Create Pull Request