Sad Tux - Windows bias detected
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

Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation demonstrates a Windows bias by providing PowerShell as the only CLI example for checking Application Gateway settings, exclusively recommending Fiddler (a Windows-centric tool) for network capture, and referencing Windows-specific actions such as 'Run as administrator.' There are no Linux or cross-platform alternatives suggested for command-line or network debugging tasks, and Windows tools are mentioned first and exclusively.
Recommendations
  • Provide equivalent Azure CLI or Azure Cloud Shell examples for checking Application Gateway settings, as these are cross-platform and widely used on Linux.
  • Include examples using Linux-native tools for network capture and HTTP debugging, such as tcpdump, Wireshark, or curl, alongside Fiddler.
  • Mention cross-platform or browser-based alternatives to Fiddler, such as mitmproxy or browser developer tools.
  • Avoid instructions that assume a Windows environment (e.g., 'Run as administrator') or provide Linux/macOS equivalents (e.g., 'use sudo').
  • Ensure that troubleshooting steps and tool recommendations are inclusive of both Windows and Linux users, ideally presenting cross-platform options first or side-by-side.
GitHub Create Pull Request

Scan History

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

Flagged Code Snippets