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
⚠️ windows_tools
Summary:
The documentation generally uses cross-platform command-line tools (Azure CLI, Azure Functions Core Tools) and avoids explicit Windows-only instructions. However, there is subtle Windows bias in the ordering and presentation of examples: in the Java section, PowerShell and Cmd examples are given alongside Bash, and Windows-specific command shells are mentioned before Bash. File path examples (e.g., '\src\main\java\com\fabrikam') use Windows-style backslashes. There is no explicit Linux example for certain steps, and Windows command-line environments are referenced more prominently than Linux equivalents.
Recommendations:
  • In the Java section, present Bash examples before PowerShell and Cmd, or group all shell examples equally without implying priority.
  • When referencing file paths, use POSIX-style forward slashes or provide both Windows and Linux path formats.
  • Explicitly mention that all Azure CLI and Azure Functions Core Tools commands work on Linux, macOS, and Windows, and provide example terminal commands for both Bash and PowerShell/Cmd where appropriate.
  • Ensure that any references to command prompts or shells (e.g., 'terminal or command prompt') clarify that this includes Linux/macOS terminals, not just Windows Command Prompt.
  • If referencing tools like jq, clarify installation steps for both Windows and Linux, or link to cross-platform installation instructions.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-23 00:00 #89 in_progress ❌ Biased
2025-08-22 00:01 #88 completed ❌ Biased
2025-08-21 00:01 #87 in_progress ❌ Biased
2025-08-20 00:01 #86 completed ❌ Biased
2025-08-19 00:01 #85 completed ❌ Biased
2025-08-18 00:00 #84 in_progress ❌ Biased
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-08-12 00:00 #78 in_progress ✅ Clean
2025-07-24 00:00 #59 completed ✅ Clean
2025-07-15 00:00 #51 completed ❌ Biased

Flagged Code Snippets