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_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias by providing detailed PowerShell examples for all major steps, listing PowerShell before Azure CLI, and referencing Windows-centric tools (e.g., PowerShell, Fiddler, Postman) for REST API calls. There are no Bash or Linux shell script examples, and Linux-native tools (e.g., curl, jq) are not mentioned. The Azure CLI is only used in one step, and even there, PowerShell is given equal or greater prominence.
Recommendations
  • Add Bash/Linux shell script examples for each step, especially for creating managed identities, assigning roles, and making REST API calls (using curl/jq).
  • List Azure CLI and Bash examples before or alongside PowerShell to avoid Windows-first ordering.
  • Mention Linux-native tools (curl, wget, jq) for REST API calls, not just Windows tools like PowerShell, Fiddler, and Postman.
  • Ensure parity in detail and completeness between PowerShell and CLI/Bash examples.
  • Explicitly state cross-platform compatibility and provide troubleshooting notes for Linux users where relevant.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-09-03 00:00 #100 completed Clean Clean

Flagged Code Snippets