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
Summary
The documentation consistently presents Azure PowerShell (a Windows-centric tool) examples before Azure CLI examples, and provides detailed PowerShell command usage. There is an emphasis on PowerShell and Windows-specific tools and paths, with Linux and Mac paths only briefly mentioned. No Linux shell-specific examples (e.g., Bash) are provided, and the documentation assumes familiarity with Windows tools and patterns.
Recommendations
  • Alternate the order of Azure CLI and PowerShell examples, or present Azure CLI (cross-platform) examples first to avoid privileging Windows users.
  • Include Linux/Bash shell command examples where relevant, especially for scripting or file path manipulation.
  • Provide equal detail for Linux and Mac file paths, not just a single path, and explain any differences in behavior or setup.
  • Clarify that both Azure CLI and PowerShell are cross-platform, but highlight CLI as the default for Linux/macOS users.
  • Add troubleshooting or setup notes specific to Linux/macOS environments, such as permissions or environment variables.
  • Where possible, avoid Windows-specific terminology or explain it for non-Windows users.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets

    Get-AzContainerRegistry -ResourceGroupName "<resource-group-name>" -Name "<registry-name>"  | Select-Object LoginServer
    
Publish-AzBicepModule -FilePath ./storage.bicep -Target br:exampleregistry.azurecr.io/bicep/modules/storage:v1 -DocumentationUri https://www.contoso.com/exampleregistry.html
Publish-AzBicepModule -FilePath ./storage.bicep -Target br:exampleregistry.azurecr.io/bicep/modules/storage:v1 -DocumentationUri https://www.contoso.com/exampleregistry.html -WithSource
    %USERPROFILE%\.bicep\br\<registry-name>.azurecr.io\<module-path\<tag>