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 demonstrates a Windows bias by presenting Azure PowerShell (a Windows-centric tool) before Azure CLI, and by providing a detailed PowerShell example and output before the CLI example. The PowerShell section is more verbose and includes a sample response, while the CLI section is more concise and lacks output details. There is no mention of Linux-specific considerations or examples, and the PowerShell tool is highlighted first, which may suggest a preference for Windows environments.
Recommendations
  • Alternate the order of PowerShell and CLI examples, or present CLI first to avoid implicit prioritization of Windows tools.
  • Provide equally detailed examples and output for both Azure CLI and PowerShell, including sample responses for CLI commands.
  • Explicitly mention that Azure CLI is cross-platform and works on Linux, macOS, and Windows.
  • Add a note or section for Linux/macOS users, clarifying that Azure CLI is the recommended tool for non-Windows environments.
  • Ensure that all instructions and examples are platform-neutral where possible, and avoid assuming the use of Windows-specific tools.
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-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets

New-AzRoleAssignment 
	-SignInName <Email> `
	-RoleDefinitionName "DeID Data Owner" `
	-Scope "/subscriptions/<Subscription ID>/resourceGroups/<Resource Group Name>/providers/Microsoft.HealthDataAIServices/deidServices/<De-identification Service Name>"