Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation page demonstrates mild Windows bias. While most API examples are platform-neutral (REST), in sections about role assignments and reservation splitting, PowerShell is mentioned explicitly and before Azure CLI. There is a specific link for PowerShell-based management, and splitting reservations is described as possible via PowerShell, with no mention of Bash or Linux-native tooling. Windows software costs are called out in related content, but Linux equivalents are less emphasized.
Recommendations
- Ensure that Azure CLI examples are provided alongside PowerShell for all operations, especially for splitting reservations.
- Explicitly mention Bash or Linux shell usage where applicable, and provide sample commands for Linux environments.
- When listing tools or methods (e.g., role assignment), present Azure CLI and REST API options before or alongside PowerShell, not after.
- Add links or examples for Linux-specific management (e.g., using Bash scripts or Azure CLI on Linux) in relevant sections.
- Balance related content by including Linux reservation cost considerations and management guides, not just Windows.
Create Pull Request