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 is heavily oriented towards Windows technologies and tools, such as WCF, ASP.NET, IIS, and Windows-specific configuration files (web.config, machine.config). All code and configuration examples are for .NET/ASP.NET and Windows server environments, with no mention of Linux, cross-platform .NET Core, or alternative web servers (e.g., Apache, Nginx). Linux equivalents, if any, are not discussed or referenced.
Recommendations:
  • Add examples and mitigation steps for cross-platform .NET (e.g., ASP.NET Core) running on Linux, including configuration differences.
  • Include guidance for deploying and configuring exception management on Linux-based web servers (e.g., Apache, Nginx, Kestrel) alongside IIS.
  • Reference Linux file paths, permissions, and deployment practices where relevant.
  • Mention and provide examples for non-Windows environments, such as containerized deployments (Docker), and cloud-native Linux scenarios.
  • Clarify which recommendations are Windows-specific and which are applicable to cross-platform or Linux environments.
  • Provide parity in code/configuration samples for both Windows and Linux hosting scenarios.
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""/> ...