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
⚠️ missing_linux_example
⚠️ windows_tools
⚠️ powershell_heavy
Summary:
The documentation demonstrates a Windows bias by referencing Notepad and Windows file paths (e.g., C:\ADFv2QuickStartPSH), omitting Linux/macOS equivalents for file creation and editing. All command-line cleanup instructions use Azure PowerShell, with no mention of Azure CLI or Bash alternatives. There are no Linux/macOS-specific instructions or screenshots, and Windows-centric patterns are presented as the default.
Recommendations:
  • Provide parallel instructions for Linux/macOS users, such as using nano, vim, or other common editors, and using POSIX file paths (e.g., /home/user/ADFv2QuickStart).
  • Include Azure CLI commands (az group delete, az datafactory delete) alongside PowerShell for resource cleanup, and clarify which shell each command is for.
  • Avoid referencing Windows-specific tools (like Notepad) exclusively; suggest cross-platform editors or provide alternatives.
  • Add notes or callouts for platform-specific differences, and ensure screenshots or instructions are not Windows-only.
  • Consider a section or tabbed examples for Windows, Linux, and macOS users to improve accessibility and parity.
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-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets