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_tools
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for all major steps. However, PowerShell is a Windows-centric tool, and its inclusion alongside CLI in every section may suggest a Windows bias. Additionally, PowerShell examples use Windows path separators (e.g., .\azuredeploy.json), and PowerShell is mentioned as a primary tool in prerequisites. There are no explicit Linux/macOS examples or notes about cross-platform usage for PowerShell, and the documentation does not clarify that Azure CLI is fully cross-platform.
Recommendations
  • Clearly state that Azure CLI is fully cross-platform and recommended for Linux/macOS users.
  • Add explicit notes or callouts for Linux/macOS users, especially regarding file path syntax differences (e.g., ./azuredeploy.json vs .\azuredeploy.json).
  • Consider including Bash shell examples or notes for Linux/macOS users, especially for variable assignment and scripting.
  • Reorder sections to present Azure CLI examples first, as it is the most cross-platform tool.
  • Mention that Azure PowerShell is available on Linux/macOS via PowerShell Core, but CLI is simpler for most users outside Windows.
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