Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides both PowerShell and Azure CLI examples for managing maintenance notifications and actions on Virtual Machine Scale Sets. However, PowerShell examples are presented first and in greater detail, with CLI examples following. There are no Linux-specific shell examples (e.g., Bash), and PowerShell is a Windows-centric tool, although it is available cross-platform. The documentation does not mention Linux/macOS-specific considerations or tools, and scheduled events are linked only to Windows documentation.
Recommendations
- Present Azure CLI (cross-platform) examples before or alongside PowerShell examples to avoid Windows-first bias.
- Include Bash shell examples for common queries and actions using Azure CLI to improve accessibility for Linux/macOS users.
- Link to both Windows and Linux versions of scheduled events documentation, or clarify that scheduled events are available for Linux VMs as well.
- Explicitly state that PowerShell and CLI commands work on Linux/macOS where applicable.
- Add notes or sections highlighting any Linux/macOS-specific considerations or limitations.
Create Pull Request