Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation page for managing Azure Reservations demonstrates a Windows bias in its command-line examples and tooling references. The only CLI example for splitting a reservation is provided using PowerShell, with no equivalent Azure CLI (az) or REST API example shown. PowerShell is a Windows-centric tool, and its exclusive use in examples may disadvantage Linux and macOS users. Additionally, there is no mention or prioritization of Linux-native tools or cross-platform command-line usage, and the documentation does not provide parity for users who do not use Windows.
Recommendations
- Add equivalent Azure CLI (az) examples for all PowerShell commands, especially for splitting and updating reservations.
- Explicitly mention REST API endpoints and provide sample requests where relevant.
- Include notes or sections clarifying that all operations can be performed from Linux, macOS, and Windows, and provide instructions for installing and using Azure CLI on non-Windows platforms.
- Where screenshots or UI instructions are given, clarify that the Azure portal is cross-platform and accessible from any modern browser.
- Review other command-line or scripting instructions to ensure Linux and macOS users are not excluded or disadvantaged.
Create Pull Request