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:
⚠️
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.
Create pull request