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
⚠️ missing_linux_example
⚠️ powershell_heavy
Summary:
The documentation demonstrates a Windows bias in several ways: Windows-specific paths and environment variables (e.g., %HOME%, D:\home\site\wwwroot) are used exclusively or before Linux equivalents; file upload instructions and examples reference Windows-style paths; the Kudu DebugConsole and FTP instructions are described in a Windows-centric manner; and PowerShell is mentioned as a scripting option alongside Azure CLI, but no Linux shell or Bash scripting examples are provided. Linux paths and conventions are only mentioned in passing, and there are no explicit Linux command-line or file system examples.
Recommendations:
  • Provide Linux-specific examples and instructions alongside Windows ones, including Linux file paths (e.g., /home/site/wwwroot) and environment variables.
  • When referencing file uploads or directory locations, include both Windows and Linux paths, or clarify the differences for each OS.
  • Include Bash or shell scripting examples in addition to PowerShell, and mention Linux-native tools where appropriate.
  • Ensure that screenshots and walkthroughs are not exclusively from Windows environments; add Linux-based screenshots or notes.
  • Where Kudu DebugConsole or FTP is referenced, clarify how Linux users can access or use these tools, including command-line alternatives.
  • In tables and lists, present Windows and Linux information in parallel, rather than Windows-first or Windows-only.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ❌ Biased
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-13 20:48 #44 cancelled ✅ Clean
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets