Bias Analysis
Detected Bias Types
windows_tools
powershell_heavy
windows_first
Summary
The documentation page exhibits mild Windows bias, primarily through the inclusion and prioritization of Windows-centric tools and examples. The only named command-line example for programmatic access is a PowerShell cmdlet (Get-AzGuestConfigurationAssignment), and Windows/PowerShell tooling is referenced before or in addition to Linux equivalents. There is no explicit Linux shell (bash) or Linux-specific example, and the documentation references Windows tools (PowerShell) without providing parity for Linux users.
Recommendations
- Include Linux shell (bash) and CLI examples alongside PowerShell cmdlets, such as az guestconfig and az policy commands.
- Explicitly mention Linux compatibility and provide guidance for Linux users where Windows/PowerShell tools are referenced.
- Add sample queries or automation scripts using bash, Python, or other cross-platform tools to demonstrate Linux parity.
- Ensure documentation references both Windows and Linux tools in parallel, rather than prioritizing Windows/PowerShell examples.
Create Pull Request