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 as the default shell, and omitting equivalent Linux shell (bash) examples. The use of Windows-specific tools and commands is prevalent, and Linux alternatives are only briefly mentioned as an afterthought, without concrete examples.
Recommendations
  • Provide parallel bash (Linux/macOS) command examples for each PowerShell step, especially for cloning the repo and running deployment scripts.
  • Highlight cross-platform compatibility by showing how to run the deployment script with bash (if possible) or provide a bash version of the deployment script.
  • List Linux-native tools and commands (e.g., curl, wget, bash scripts) where appropriate, and mention them before or alongside Windows tools.
  • Explicitly state platform requirements and offer guidance for users on Linux/macOS, including troubleshooting and environment setup.
  • Ensure that documentation sections do not assume Windows as the default platform, and structure instructions to treat Windows, Linux, and macOS equally.
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