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 provides configuration examples using Azure PowerShell and Azure CLI, but PowerShell is featured prominently and often listed before CLI. PowerShell is a Windows-centric tool, and its heavy use may suggest a Windows bias. The CLI examples are present, but there are no direct Linux shell (bash) or cross-platform scripting examples, nor are Linux-specific tools or patterns mentioned. The documentation refers to PowerShell in prerequisites and throughout, and does not clarify that Azure CLI is natively cross-platform or provide parity for Linux users in terms of shell scripting or environment setup.
Recommendations
  • Add explicit bash shell examples for Azure CLI commands, using Linux environment variable syntax (e.g., export RgName="..."), to demonstrate Linux parity.
  • Clarify in the prerequisites that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows.
  • Where PowerShell is referenced, add notes or sections for Linux users, such as how to run equivalent commands in bash or zsh.
  • Avoid listing PowerShell examples before CLI examples, or alternate the order to avoid implicit prioritization.
  • Include troubleshooting or environment setup notes specific to Linux (e.g., installing Azure CLI on Ubuntu, using bash completion).
  • If possible, provide sample scripts for automation in bash/zsh alongside PowerShell scripts.
GitHub Create Pull Request

Scan History

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

Flagged Code Snippets