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
⚠️ powershell_heavy
Summary:
The documentation demonstrates some Windows bias, particularly in the Java section where PowerShell and Cmd examples are given equal prominence to Bash, and Windows-specific patterns (e.g., referencing Cmd, PowerShell, and Windows-style paths) are present. The general instructions refer to 'command prompt' alongside 'terminal', and some file path examples use backslashes. However, Linux tools like jq and Bash are mentioned, and most CLI examples are cross-platform. There are no outright missing Linux examples, but Windows tools and patterns are sometimes mentioned first or exclusively.
Recommendations:
  • Ensure that Bash/Linux examples are always presented first or at least equally alongside Windows (PowerShell/Cmd) examples.
  • Avoid using Windows-style paths (backslashes) in generic instructions; use forward slashes or note both styles.
  • Where possible, use 'terminal' as the default term, and only mention 'command prompt' or 'PowerShell' when specifically relevant.
  • In tables or multi-tabbed code blocks, default to Bash or provide clear parity between Bash and Windows shells.
  • Review all file references and code snippets to ensure they are cross-platform, and explicitly call out any OS-specific differences.
  • Where Windows tools or patterns are mentioned, ensure Linux equivalents are also referenced and given equal prominence.
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