Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by repeatedly referencing PowerShell and the Azure portal (both Windows-centric tools) before mentioning Azure CLI, and by not providing explicit Linux or cross-platform command-line examples. The phrase 'portal, PowerShell, or Azure CLI' consistently lists Windows tools first. There are no examples or guidance for Linux-specific workflows, nor is there mention of Linux shell commands or scripting patterns.
Recommendations
- Provide explicit Linux/bash examples alongside PowerShell, especially for command-line operations.
- Alternate the order of tool mentions (e.g., 'Azure CLI, PowerShell, or portal') to avoid Windows-first bias.
- Include notes or sections on using Azure CLI in Linux environments, with sample commands and authentication flows.
- Reference cross-platform editors and tools (e.g., VS Code, bash) where relevant.
- Clarify that Azure CLI is fully supported on Linux and macOS, and provide links to installation instructions for those platforms.
- Add troubleshooting tips or caveats for Linux users where workflows may differ from Windows.
Create Pull Request