Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation page demonstrates a Windows bias by providing Azure PowerShell examples first and in detail for feature registration, while Linux-friendly alternatives (Azure CLI) are mentioned only briefly and as a secondary option. There are no explicit Linux shell or Bash examples, and Windows-centric tools (PowerShell) are prioritized in command-line instructions.
Recommendations
- Provide explicit Azure CLI (az) command examples alongside PowerShell, with equal detail and visibility.
- Include Bash or shell script examples for Linux users where relevant.
- When listing command-line options, present Azure CLI and PowerShell examples together, or alternate the order to avoid Windows-first bias.
- Add notes or sections clarifying cross-platform usage, including any OS-specific considerations for quota reporting.
- Ensure screenshots and UI instructions are not Windows-centric (e.g., avoid showing only Windows-style UI elements if Linux users may use the portal).
Create Pull Request