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
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a strong Windows bias by exclusively using PowerShell for deployment instructions, referencing Windows PowerShell first, and omitting equivalent Linux shell (bash) commands. The deployment script is provided only in PowerShell, and while there is a tip about installing PowerShell on Linux/macOS, there are no native Linux shell examples or alternatives. Additionally, Windows tools and patterns (e.g., .\deploymentscript.ps1) are used throughout, with no mention of bash scripting or Linux-first workflows.
Recommendations
  • Provide equivalent bash shell commands for Linux users, such as using './deploymentscript.ps1' with pwsh or offering a bash deployment script.
  • Include Linux/macOS-specific instructions and examples alongside Windows/PowerShell steps.
  • Reference Linux tools and patterns (e.g., bash, sh) where appropriate, not just PowerShell.
  • Consider offering a cross-platform deployment script (e.g., bash and PowerShell versions) in the sample repo.
  • List Linux instructions before or alongside Windows instructions to avoid 'windows_first' bias.
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-08 00:00 #105 completed Biased Biased
2025-08-08 00:00 #74 completed Biased Biased

Flagged Code Snippets