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
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by providing command-line examples using PowerShell syntax (e.g., .\ARMClient.exe), referencing a Windows-specific tool (ARMClient.exe), and omitting equivalent instructions or examples for Linux or macOS users. There are no bash, curl, or cross-platform CLI examples for obtaining a bearer token or querying the API, and no mention of how to perform these steps outside of a Windows environment.
Recommendations
  • Provide equivalent instructions and examples for Linux/macOS users, such as using Azure CLI (az account get-access-token) or curl for API calls.
  • Include bash or shell script examples alongside PowerShell commands.
  • Mention cross-platform tools (e.g., Azure CLI, REST tools available on Linux/macOS) before or alongside Windows-specific tools.
  • Clarify that ARMClient.exe is a Windows tool and suggest alternatives for other platforms.
  • Ensure all code snippets and instructions are accessible and relevant to users on all major operating systems.
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

.\ARMClient.exe login
.\ARMClient.exe token <your-subscription-id>