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
Summary:
The documentation page demonstrates a strong Windows bias by focusing exclusively on Windows-centric technologies (WCF, ASP.NET, IIS), configuration files (web.config, machine.config), and references to Windows tools and settings. All code and configuration examples are for .NET/ASP.NET, with no mention of Linux, cross-platform .NET Core, or equivalent Linux deployment scenarios. Linux-based web servers, deployment patterns, or exception handling in non-Windows environments are not addressed.
Recommendations:
  • Include examples and guidance for cross-platform .NET (e.g., ASP.NET Core) that can run on Linux, not just Windows-only frameworks.
  • Provide equivalent instructions for configuring error handling and deployment on Linux-based web servers (e.g., Nginx, Apache) alongside IIS.
  • Mention and demonstrate how to manage configuration and exception handling in Linux environments, including file locations and permissions.
  • Reference Linux-compatible deployment methods and tools, such as systemd services, Docker containers, or Azure App Service for Linux.
  • Clarify which recommendations are Windows-specific and offer Linux alternatives where possible.
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-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

<configuration> <system.serviceModel> <behaviors> <serviceBehaviors> <behavior name=""MyServiceBehavior""> <serviceDebug includeExceptionDetailInFaults=""True"" httpHelpPageEnabled=""True""/> ...