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 provides both Azure CLI and Azure PowerShell instructions for all steps, but PowerShell is given equal prominence to CLI, and is included throughout. PowerShell is a Windows-centric tool, and its inclusion alongside CLI in every section may suggest a Windows-first or Windows-heavy workflow. However, all critical tasks can be completed using the Azure CLI, which is fully cross-platform. There are no steps that are Windows-only, and no exclusive use of Windows tools or patterns.
Recommendations
  • Clarify that Azure CLI commands are fully cross-platform and can be used on Linux, macOS, and Windows.
  • Consider listing Azure CLI examples before PowerShell, as CLI is the primary cross-platform tool.
  • Explicitly state that PowerShell Core is available on Linux/macOS if PowerShell examples are retained.
  • Optionally, add bash/zsh shell variable syntax for Linux/macOS users, or note that CLI commands work in those environments.
  • Where file paths are shown (e.g., .\azuredeploy.json), provide Linux/macOS equivalents (e.g., ./azuredeploy.json) or clarify that the syntax may differ.
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-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-13 00:00 #110 completed Clean Clean

Flagged Code Snippets