Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation page lists 'PowerShell samples' before 'CLI samples' in the 'Next steps' section, which may suggest a Windows-first or PowerShell-heavy bias. There are no explicit Linux or Bash examples highlighted, and PowerShell is traditionally associated with Windows environments.
Recommendations
- List CLI (az cli) or Bash samples before or alongside PowerShell samples to provide equal visibility for Linux users.
- Explicitly mention that CLI samples are cross-platform and suitable for Linux, macOS, and Windows.
- Add links or references to Bash or shell script examples if available.
- Consider a section or note highlighting cross-platform support for all provided samples.
Create Pull Request