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 and illustrating Fiddler (a Windows-centric tool) for network capture, and referencing Windows-specific installation steps (e.g., 'Run as administrator'). There are no Linux or cross-platform alternatives mentioned for either command-line management or network debugging, and Windows tools and patterns are presented first and exclusively.
Recommendations:
- Provide equivalent Azure CLI (az network application-gateway backend-http-settings list) or Azure Resource Manager REST API examples for checking Application Gateway settings, which are cross-platform.
- Include examples using Linux-compatible network debugging tools such as tcpdump, Wireshark, or mitmproxy, and provide basic usage instructions for these tools.
- When referencing downloadable tools, mention cross-platform options and clarify which tools are available on which operating systems.
- Avoid Windows-specific installation instructions (like 'Run as administrator') unless also providing Linux/Mac equivalents (e.g., 'use sudo').
- Structure sections so that cross-platform or platform-neutral approaches are presented before or alongside Windows-specific guidance.
Create pull request