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
Summary
The documentation page demonstrates a mild Windows bias by listing Azure PowerShell deployment instructions before Azure CLI instructions, and by referencing Azure PowerShell prominently in the prerequisites. Although both PowerShell and CLI examples are provided, there is no explicit mention of Linux or macOS environments, nor are there any Linux-specific patterns or shell examples (e.g., Bash). The use of Visual Studio Code is cross-platform, but the overall flow assumes familiarity with Windows-centric tools and ordering.
Recommendations
  • Explicitly mention Linux/macOS compatibility for both Azure CLI and Visual Studio Code.
  • Provide Bash shell examples for Azure CLI commands, including variable assignment and file paths.
  • Alternate the order of PowerShell and CLI instructions, or present CLI first to avoid implicit Windows-first bias.
  • Add a note clarifying that Azure CLI works natively on Linux/macOS and show how to install it on those platforms.
  • Reference Linux-native editors (e.g., Vim, nano) as alternatives to Visual Studio Code for template editing.
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-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean

Flagged Code Snippets