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_tools
⚠️ windows_first
Summary:
The documentation shows mild Windows bias in its references to encoding names and Java runtime detection. Encoding examples reference Windows code pages (e.g., 'windows-1250'), and the process for locating Java on Self-hosted Integration Runtime checks the Windows registry first before using the cross-platform JAVA_HOME environment variable. There are no explicit Linux/POSIX shell or tool examples, and the documentation does not mention Linux-specific patterns or alternatives.
Recommendations:
  • When referencing encoding names, provide both Windows and common Linux/Unix encoding names (e.g., 'windows-1250' and 'ISO-8859-2').
  • In instructions for Java runtime detection, clarify that JAVA_HOME is the standard on Linux/macOS and that the registry check is Windows-specific.
  • Where file paths or environment variables are mentioned, show both Windows and Linux/macOS syntax (e.g., C:\path vs /path).
  • If referencing external tools or APIs (such as .NET encoding names), note Linux/Unix equivalents or cross-platform considerations.
  • Add examples or notes for Linux users where relevant, especially in sections discussing system configuration or environment variables.
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-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets