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
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by providing only Azure PowerShell (Windows-centric) command-line examples for subscription registration, with no equivalent examples for Linux users (e.g., Azure CLI or Bash). The initial setup steps assume the use of PowerShell, which is most common on Windows, and do not mention or provide alternatives for Linux or cross-platform environments. All subsequent API usage is shown as REST calls, which are platform-neutral, but the initial onboarding is Windows-first.
Recommendations
  • Provide Azure CLI (az) command examples alongside or before PowerShell examples for subscription registration and resource provider registration.
  • Explicitly mention that both PowerShell and CLI can be used, and link to cross-platform installation guides.
  • Add Bash shell examples for Linux users where appropriate.
  • Consider reordering examples to present cross-platform (CLI/REST) options first, or at least in parallel with PowerShell.
  • Clarify in the text that the API and all management operations are platform-agnostic, and that users can choose their preferred tooling.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets