Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
windows_first
Summary
The documentation provides detailed instructions and code samples exclusively for the Azure portal (GUI) and Azure PowerShell, with no examples or guidance for Linux users or cross-platform CLI tools such as Azure CLI or Bash. All command-line automation is shown using PowerShell, which is traditionally a Windows-centric tool, and there is no mention of Linux shell environments or their usage. This creates a strong Windows bias and leaves Linux users without parity in automation or scripting guidance.
Recommendations
- Add equivalent Azure CLI (az) examples for all PowerShell code samples, as Azure CLI is cross-platform and preferred by many Linux users.
- Include Bash shell scripting examples where appropriate, especially for resource management tasks.
- Explicitly mention that Azure CLI can be used on Linux, macOS, and Windows, and provide installation links.
- Ensure that prerequisites and setup instructions include both PowerShell and Azure CLI, with clear guidance for Linux users.
- Review all sections to ensure Linux users can follow along without needing to use PowerShell or Windows-specific tools.
Create Pull Request