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:
⚠️ powershell_heavy
⚠️ windows_tools
⚠️ missing_linux_example
Summary:
The documentation page demonstrates a Windows bias primarily through its exclusive use of Azure PowerShell commands (e.g., Get-AzProviderFeature) for feature registration checks, with no equivalent Azure CLI (cross-platform) or Bash examples. There is also a lack of Linux- or cross-platform-specific guidance or screenshots, and the only command-line tooling referenced is PowerShell, which is most familiar to Windows users. No Linux shell or Azure CLI alternatives are provided for any procedural steps.
Recommendations:
  • For every PowerShell example (such as Get-AzProviderFeature), provide an equivalent Azure CLI (az feature show) command, which is cross-platform and widely used on Linux and macOS.
  • Where command-line instructions are given, clarify that both PowerShell and Azure CLI can be used, and show both syntaxes where possible.
  • Add screenshots or references that are not specific to the Windows UI or PowerShell terminal (e.g., avoid only showing Windows-style screenshots if CLI output is shown).
  • Explicitly mention that all steps can be performed from Linux/macOS using Azure CLI or the Azure Portal, not just from Windows.
  • If any troubleshooting or scripting is discussed, provide Bash/Linux shell equivalents alongside PowerShell scripts.
  • Review all procedural steps to ensure that Linux users are not left without clear, actionable instructions.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean

Flagged Code Snippets