Sad Tux - Windows bias detected
This page contains Windows bias

About This Page

This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.

Bias Analysis

Detected Bias Types
powershell_heavy
windows_first
windows_tools
Summary
The documentation page demonstrates a moderate Windows bias. The Azure PowerShell section is more extensive, with multiple examples and output formats, compared to the Azure CLI section. PowerShell examples use Windows-specific conventions (e.g., PS C:\> prompt, Format-Table, ConvertTo-Json, Format-List), and are presented before Azure CLI examples. There is no explicit mention of Linux shell equivalents for PowerShell commands, nor are there Bash or shell scripting examples. The documentation assumes familiarity with Windows tools and patterns, such as PowerShell cmdlets and output formatting, without providing Linux alternatives or guidance.
Recommendations
  • Add equivalent Bash/shell scripting examples for listing and formatting role definitions using Azure CLI, including output manipulation with jq or grep.
  • Present Azure CLI examples before or alongside PowerShell examples to avoid Windows-first ordering.
  • Clarify that Azure CLI works cross-platform and provide explicit instructions for Linux/macOS users, including installation and usage notes.
  • Where PowerShell output formatting is shown (e.g., Format-Table, Format-List), provide CLI equivalents using jq or other Linux-friendly tools.
  • Avoid Windows-specific prompts (e.g., PS C:\>) in examples, or provide alternative prompts for Linux/macOS.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean

Flagged Code Snippets