Bias Analysis
Detected Bias Types
bash_first
windows_shell_notes
windows_shell_examples
Summary
The documentation page primarily provides Azure CLI examples using Bash syntax, with explicit notes that adjustments may be needed for Windows PowerShell or Command Prompt. While it does mention how to adapt certain commands for Windows shells, the main examples and scripts are Bash-centric, and Windows-specific examples are only given in explanatory notes rather than full code blocks. There is no evidence of exclusive use of Windows tools or patterns, nor are Windows examples shown before Bash ones. Linux parity is generally good, but Windows users may experience minor friction due to the Bash-first approach.
Recommendations
- Provide full PowerShell and Command Prompt code blocks alongside Bash examples for key commands, especially for parameter passing and variable assignment.
- Include a dedicated section summarizing differences and common pitfalls when using Azure CLI with Windows shells.
- Ensure that examples for both Bash and Windows shells are equally visible and easy to copy/paste.
- Consider using tabbed code blocks to allow users to switch between Bash, PowerShell, and Command Prompt examples.
Create Pull Request