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 debugging, and referencing 'Run as administrator' for installation. There are no Linux or cross-platform alternatives or examples provided for these tasks, and Windows tools and patterns are mentioned before any platform-neutral options.
Recommendations:
- Provide equivalent Azure CLI or Azure Cloud Shell examples for checking Application Gateway settings, as these are cross-platform and work on Linux, macOS, and Windows.
- Include Linux-friendly network debugging tools such as tcpdump, Wireshark, or mitmproxy, and provide instructions or examples for their use.
- When referencing file paths, commands, or installation steps, include Linux/macOS equivalents (e.g., use 'sudo' instead of 'Run as administrator').
- When suggesting tools like Fiddler, mention cross-platform alternatives and clarify that Fiddler is primarily for Windows, while other tools are available for Linux/macOS.
- Structure troubleshooting steps and tool recommendations to be platform-neutral or to present Windows and Linux options side-by-side.
Create pull request