Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows/Powershell bias by providing special character escaping guidance and examples only for PowerShell, without mentioning or providing equivalent instructions for Linux shells (such as Bash or Zsh). The escaping section is labeled 'based on the shell being used,' but only PowerShell is covered, and no Linux or cross-platform shell examples are given.
Recommendations
- Add explicit examples for escaping special characters (such as $ and |) in common Linux shells (e.g., Bash, Zsh) alongside the existing PowerShell examples.
- Rephrase the note to mention both Windows and Linux shells, or provide a table comparing escaping requirements for PowerShell, Bash, and other popular shells.
- Ensure that all command-line instructions (such as Azure CLI examples) are tested and shown to work on both Windows and Linux, and note any differences.
- Consider including a general cross-platform section or a link to shell-specific guidance for users on different operating systems.
Create Pull Request