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

Bias Types:
⚠️ windows_first
⚠️ powershell_heavy
Summary:
The documentation provides both Azure CLI and Azure PowerShell examples for deployment commands and role assignment, but PowerShell is consistently presented before CLI in some sections (e.g., role assignment), and there is no mention of Linux-specific considerations or examples. The use of PowerShell commands and references to Azure PowerShell may implicitly favor Windows users, as PowerShell is more native to Windows environments, even though it is cross-platform. There are no explicit Linux-only examples, nor is there guidance for Linux users regarding shell usage or environment differences.
Recommendations:
  • Present Azure CLI examples before PowerShell examples, as Azure CLI is cross-platform and more familiar to Linux users.
  • Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide shell-agnostic examples (e.g., bash/zsh).
  • Where PowerShell is used, clarify that PowerShell Core is available on Linux and macOS, or provide equivalent bash examples if possible.
  • Include a brief section or note on running these commands from Linux terminals, including any prerequisites or differences (e.g., line continuation characters).
  • Ensure that all code tabs and examples are balanced between CLI and PowerShell, and avoid defaulting to PowerShell in narrative explanations.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-20 00:01 #86 completed ❌ Biased
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased

Flagged Code Snippets