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
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by consistently presenting Azure PowerShell commands as the primary or sole CLI example for scripting tasks, such as counting role assignments. References to PowerShell and Windows-centric tools (e.g., Get-AzRoleAssignment, Get-MgUser) are frequent and appear before or instead of Linux-friendly alternatives. While Azure CLI is mentioned for some user lookup tasks, it is not used for the main RBAC troubleshooting workflows. There are no Bash or Linux shell examples, and the documentation does not address cross-platform usage patterns or provide parity for Linux users.
Recommendations
  • Provide equivalent Azure CLI (az) examples alongside PowerShell commands for all scripting tasks, especially for counting and managing role assignments.
  • Explicitly mention that both Azure CLI and PowerShell are cross-platform, and clarify usage on Linux/macOS where appropriate.
  • Include Bash shell script snippets for common workflows, such as listing and removing role assignments.
  • Ensure that references to tools and commands do not default to Windows/PowerShell; alternate between CLI and PowerShell, or present both in tabs.
  • Add notes or sections for Linux/macOS users, highlighting any differences or considerations in command syntax or environment setup.
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
2025-09-10 00:00 #107 completed Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets