Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation page exclusively references the Azure portal for all reservation management tasks and examples, without mentioning or providing parity for Linux command-line tools, CLI, or automation options. There are no PowerShell examples, but the overall workflow assumes GUI usage, which is more common on Windows. There is no mention of Azure CLI, Bash, or Linux-native automation, and no examples for Linux users. The documentation implicitly favors Windows-centric patterns by omitting Linux/CLI alternatives.
Recommendations
- Add Azure CLI examples for reservation management tasks (purchase, cancel, exchange, refund) alongside portal instructions.
- Explicitly mention that all operations can be performed from Linux, macOS, or Windows using Azure CLI or REST APIs.
- Provide sample Bash scripts or command-line workflows for common scenarios.
- Include links to Azure CLI documentation for reservations.
- Clarify that the Azure portal is cross-platform (browser-based), but highlight automation options for non-Windows environments.
Create Pull Request