Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation demonstrates a Windows bias by listing PowerShell and Azure portal instructions before or alongside Azure CLI, with no explicit Linux or cross-platform command-line examples. The SDK example is .NET-focused, which is more common on Windows. There are no Linux-specific instructions or examples, and the documentation does not mention or show parity for Linux/macOS environments.
Recommendations
- Provide explicit Linux/macOS command-line examples, especially for authentication steps (e.g., using Azure CLI on Bash).
- List Azure CLI instructions before PowerShell, or present them side-by-side, clarifying cross-platform compatibility.
- Include SDK usage examples for other popular cross-platform languages (such as Python or JavaScript), not just .NET.
- Mention that Azure CLI is available on all major platforms and highlight any differences in usage between Windows and Linux/macOS.
- Where portal instructions are given, clarify that the Azure portal is web-based and platform-independent.
- Review all examples to ensure that none assume a Windows environment by default.
Create Pull Request