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
Summary:
The documentation references the Windows file path (C:\home\site\wwwroot) first and provides more detailed guidance for Windows users, while Linux-specific instructions are limited to a note about absolute paths. There are no Linux-specific examples or screenshots, and the primary example uses a Windows-style path.
Recommendations:
  • Provide both Windows and Linux file path examples side by side when referencing file locations (e.g., 'C:\home\site\wwwroot\auth.json' for Windows and '/home/site/wwwroot/auth.json' for Linux).
  • Include explicit Linux instructions and examples in the main steps, not just in a note.
  • Add a table or section summarizing platform differences for configuration file paths.
  • Consider including screenshots or command-line examples for both Windows and Linux environments.
  • Avoid assuming Windows as the default by mentioning both platforms equally in all relevant sections.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean
2025-07-09 23:22 #6 cancelled ✅ Clean

Flagged Code Snippets