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 by exclusively referencing a PowerShell script as the provided example for interacting with the REST API. There are no equivalent examples or scripts for Linux users (e.g., Bash, curl), and the only tooling mentioned is PowerShell, which is traditionally associated with Windows environments.
Recommendations:
  • Provide equivalent example scripts for Linux environments, such as Bash scripts using curl or wget to interact with the REST API.
  • Mention cross-platform tools (e.g., curl, httpie, Postman) alongside PowerShell to ensure inclusivity.
  • Explicitly state that the REST API can be accessed from any OS and provide at least one non-Windows example.
  • If possible, add SDK usage examples for other popular languages/platforms (e.g., Python, Node.js) that are commonly used on Linux.
GitHub Create pull request

Scan History

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