Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation consistently presents Azure PowerShell (Windows-centric) examples before Azure CLI (cross-platform) examples, and all code samples are either PowerShell or Azure CLI. There is no mention of Linux-specific tools, shell environments, or workflows, nor are there any Bash or Linux-native command examples. The text and screenshots reference PowerShell outputs and commands, reinforcing a Windows-first perspective. There is no explicit guidance or parity for Linux users beyond the Azure CLI, and no mention of how to perform these tasks in a Linux shell environment.
Recommendations
- Alternate the order of PowerShell and Azure CLI examples, or present CLI examples first to avoid implicit Windows prioritization.
- Include explicit Bash/Linux shell examples where possible, especially for scripting and automation tasks.
- Add notes or sections clarifying that Azure CLI is fully supported on Linux and macOS, and provide links to installation guides for those platforms.
- Where screenshots are used, include CLI output from a Linux terminal in addition to PowerShell output.
- Mention that PowerShell Core is available cross-platform, and provide guidance for its use on Linux/macOS if PowerShell examples are retained.
- Ensure terminology and instructions do not assume a Windows environment (e.g., avoid references to Windows-specific paths, tools, or UI conventions).
Create Pull Request