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:
⚠️ windows_first
⚠️ powershell_heavy
⚠️ missing_linux_example
Summary:
The documentation page demonstrates subtle Windows bias, particularly in the section about assigning roles for Cosmos DB access. It explicitly mentions Azure PowerShell and Azure CLI as required tools for role assignment, listing PowerShell before CLI. There are no explicit Linux or cross-platform command examples, and the only code sample is in C#, a language more commonly associated with Windows development. No Linux-specific tools or shell examples are provided, and there is no mention of Bash or other cross-platform scripting environments.
Recommendations:
  • When referencing command-line tools, list Azure CLI before PowerShell, as CLI is cross-platform and more commonly used on Linux.
  • Provide explicit Bash or shell command examples alongside PowerShell where relevant, especially for role assignments or scripting.
  • Include code samples in languages popular on Linux (e.g., Python, Node.js) in addition to or instead of C#.
  • Clarify that all management operations can be performed from Linux, macOS, or Windows, and provide links to cross-platform tool documentation.
  • Avoid language or ordering that implies Windows-first workflows; ensure parity in tool and example coverage.
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 ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ✅ Clean

Flagged Code Snippets