Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides examples for Azure Portal, PowerShell, Azure CLI, and REST API. PowerShell is featured as a primary scripting example alongside Azure CLI, but there is no explicit Linux shell (bash, zsh) or cross-platform scripting guidance. PowerShell examples are given equal prominence to Azure CLI, but PowerShell is traditionally associated with Windows, and its usage may imply a Windows-centric approach. There are no examples using Linux-native tools or shell scripting, nor is there mention of platform-specific considerations for Linux users.
Recommendations
- Add bash and zsh shell script examples for Azure CLI commands to demonstrate usage in Linux environments.
- Clarify that Azure CLI commands are cross-platform and provide explicit instructions or examples for running them in Linux/macOS terminals.
- Include notes on installing and using PowerShell Core (pwsh) on Linux/macOS if PowerShell examples are retained, to avoid implying Windows-only usage.
- Consider adding references to Linux-native tools (e.g., curl, jq) for REST API calls, showing how to parse and handle responses in a Linux shell.
- Review and update screenshots and UI instructions to ensure they are not Windows-specific, or add Linux/macOS equivalents where relevant.
Create Pull Request