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
windows_tools
Summary
The documentation page demonstrates a Windows bias in several ways: PowerShell is presented as the primary programmatic example for creating and editing budgets, with CLI and Terraform examples following. The PowerShell tab is listed first in the multi-tab example section, and the instructions for downloading and using Azure PowerShell are explicit and detailed. There is no mention of Linux-specific tools or shell environments (e.g., Bash, zsh), nor are there examples using native Linux scripting. The CLI example is generic and does not reference Linux-specific usage or considerations. Windows-centric tools and patterns (PowerShell, install-module) are mentioned before their cross-platform or Linux equivalents.
Recommendations
  • Present CLI (az) examples before PowerShell, as CLI is cross-platform and more commonly used on Linux.
  • Explicitly mention that Azure CLI works natively on Linux/macOS and provide Bash/zsh script examples where appropriate.
  • Add notes or examples for Linux users, such as installation instructions for Azure CLI on Ubuntu/Debian/RedHat, and how to run scripts in Bash.
  • Include references to Linux-native automation tools (e.g., cron jobs, shell scripts) for budget management.
  • Clarify that PowerShell Core is available cross-platform, but provide installation and usage instructions for Linux/macOS as well.
  • Ensure that screenshots and UI instructions do not assume a Windows environment (e.g., file paths, shell prompts).
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-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean

Flagged Code Snippets