Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page exhibits a mild Windows bias by frequently referencing Windows-specific tools (PowerShell) and patterns, and by mentioning Windows PowerShell as a default console application for Azure CLI usage. PowerShell examples are given equal prominence to Azure CLI, but the CLI instructions reference Windows PowerShell as the example console. There is no explicit Linux example or mention of Linux shells (e.g., Bash, zsh), nor are Linux-specific instructions or screenshots provided.
Recommendations
- Explicitly mention that Azure CLI commands can be run in Bash, zsh, or other Linux shells, not just Windows PowerShell.
- Provide example commands for both Windows PowerShell and Linux Bash where applicable, especially for Azure CLI usage.
- Avoid referencing Windows PowerShell as the default console for CLI usage; instead, use neutral language such as 'open a command-line shell' or specify both Windows and Linux options.
- Include screenshots or instructions for enabling soft delete using Linux environments if relevant.
- Add a note or section clarifying cross-platform compatibility for all command-line instructions.
Create Pull Request