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.
Create Pull Request