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
Summary
The documentation presents both PowerShell and Azure CLI examples for assigning Azure roles, but PowerShell (a Windows-centric tool) is presented first and in more detail. There are no explicit Linux shell or cross-platform scripting examples, and the PowerShell example is more prominent, which may subtly favor Windows users.
Recommendations
  • Alternate the order of PowerShell and Azure CLI sections or present Azure CLI first, as it is cross-platform and widely used on Linux.
  • Explicitly mention that Azure CLI commands work on Windows, Linux, and macOS.
  • Where possible, provide bash/zsh shell script snippets for common tasks, especially for automation scenarios.
  • Clarify that PowerShell Core is available cross-platform, if relevant, and provide installation links for Linux/macOS.
  • Ensure parity in detail and explanation between PowerShell and Azure CLI sections.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
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 Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets

New-AzRoleAssignment -SignInName <email> `
    -RoleDefinitionName "Storage Table Data Contributor" `
    -Scope  "/subscriptions/<subscription>/resourceGroups/<resource-group>/providers/Microsoft.Storage/storageAccounts/<storage-account>/tableServices/default/tables/<table>"