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
Summary:
The documentation page demonstrates a Windows bias by providing server-level authorization instructions exclusively for Windows apps using IIS and web.config, with no equivalent Linux example. The section explicitly states that Linux apps cannot use this method and does not offer alternative guidance for Linux users. Additionally, the use of Windows-specific patterns (IIS, web.config) is presented before any cross-platform or Linux-compatible approaches.
Recommendations:
  • Provide equivalent Linux guidance for server-level authorization, such as using .htaccess for Apache, NGINX configuration, or middleware-based authorization in common Linux web stacks.
  • Include explicit examples and configuration steps for Linux-based App Service environments.
  • Reorganize the documentation to present cross-platform or Linux-compatible solutions alongside or before Windows-specific instructions.
  • Clarify which features or instructions are platform-specific and always offer alternatives where possible.
GitHub Create pull request

Scan History

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

Flagged Code Snippets