Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides examples for Azure Portal, Azure PowerShell, and Azure CLI for all operations, but PowerShell examples are consistently presented before Azure CLI examples. PowerShell commands are shown with Windows-style prompts (e.g., PS C:\>), and output examples are given only for PowerShell, not for CLI or Linux shell environments. There are no explicit Linux shell (bash/zsh) examples, nor are there references to Linux-specific tools or patterns. The documentation assumes familiarity with PowerShell and Windows conventions, which may disadvantage Linux users.
Recommendations
- Alternate the order of PowerShell and CLI examples, or present them side-by-side to avoid implicit prioritization.
- Provide sample outputs for Azure CLI commands, similar to the detailed PowerShell output shown.
- Include explicit bash/zsh shell examples where applicable, especially for scripting scenarios.
- Avoid Windows-specific prompts (e.g., PS C:\>) in code blocks unless also providing equivalent Linux shell context.
- Add notes or tips for Linux users regarding environment setup and command usage.
- Ensure that references to documentation modules (e.g., Az.Resources) include both PowerShell and CLI/Linux equivalents.
Create Pull Request