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 instructions for all steps, but PowerShell is a Windows-centric tool and is featured equally alongside the cross-platform Azure CLI. The prerequisites section lists PowerShell immediately after CLI, and PowerShell examples are given for every operation. There is no explicit mention of Linux-specific patterns, shell environments, or alternative tools (e.g., Bash scripting, Linux terminal conventions). The documentation assumes familiarity with PowerShell, which is primarily used on Windows, and does not clarify that Azure CLI commands are cross-platform or provide Linux-specific context.
Recommendations
  • Clarify that Azure CLI is fully cross-platform and can be used on Linux, macOS, and Windows.
  • Explicitly mention that PowerShell Core is available on Linux and macOS, or link to installation instructions for non-Windows platforms.
  • Add Linux-specific notes or examples, such as using Bash variables (e.g., export rgName=...) and file path conventions (./ instead of .\).
  • Consider listing Azure CLI examples first, as it is the most cross-platform tool.
  • Include troubleshooting or environment setup tips for Linux users (e.g., permissions, shell compatibility).
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