Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias primarily through its exclusive use of the Azure portal for instructions and references to PowerShell, with no Linux-specific examples or mention of Linux tools. The order of tool mentions places the Azure portal and PowerShell before Azure CLI and API, and there are no CLI command examples for Linux users. There is also a lack of explicit guidance for Linux administrators, which may hinder parity for cross-platform users.
Recommendations
- Include step-by-step examples using Azure CLI for all major actions (e.g., purchasing, managing, and viewing reservations), as CLI is cross-platform and widely used on Linux.
- Explicitly mention Linux compatibility for all management options, clarifying that Azure CLI and REST API can be used from Linux systems.
- Provide sample scripts or command lines for reservation management using Azure CLI and REST API, alongside PowerShell examples if present.
- Ensure that tool references (portal, PowerShell, CLI, API) are presented in a neutral order or grouped together, rather than prioritizing Windows-centric tools.
- Add a section or note for Linux users, highlighting best practices and available tooling for managing Azure Arc SQL Managed Instance reservations.
Create Pull Request