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
Summary
The documentation page demonstrates a mild Windows bias. In the 'Required access' section, the PowerShell example (New-AzRoleAssignment) is presented before the Azure CLI example, which may subtly prioritize Windows tooling. The page also includes dedicated tabs for both Azure CLI and PowerShell deployment commands, but does not provide explicit Linux shell (bash) or cross-platform scripting examples, nor does it mention platform-specific considerations for Linux users. There are no references to Linux-native tools or patterns, and no explicit mention of running these commands from Linux environments.
Recommendations
  • Ensure that Azure CLI examples (which are cross-platform) are presented before PowerShell examples, or in parallel, to avoid implicit prioritization of Windows tools.
  • Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide sample bash scripts or usage from Linux terminals where appropriate.
  • Add notes or examples for running deployments from Linux environments, such as using bash or zsh, and clarify any platform-specific differences (if any).
  • Consider including a section or tip highlighting cross-platform compatibility and recommending Azure CLI for users on Linux or macOS.
  • Avoid using PowerShell-specific syntax (such as backticks for line continuation) in examples unless also providing bash equivalents.
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-12 00:00 #243 cancelled 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-06 00:00 #103 completed Clean Clean
2025-08-06 00:00 #72 completed Clean Clean
2025-07-13 21:37 #48 completed Biased Biased

Flagged Code Snippets