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' and .NET requirements. There are no Linux or cross-platform CLI examples (such as Azure CLI or Bash), nor are Linux-friendly tools (like tcpdump, Wireshark, or curl) mentioned. The order of presentation also puts Windows tools and patterns first, with no Linux parity.
Recommendations:
- Provide equivalent Azure CLI (az) and/or Bash commands for checking Application Gateway settings alongside PowerShell examples.
- Include Linux-friendly network debugging tools (e.g., tcpdump, Wireshark, curl, or mitmproxy) as alternatives to Fiddler, with basic usage instructions.
- Avoid instructions that are specific to Windows environments (e.g., 'Run as administrator', .NET requirements) or provide Linux/macOS alternatives where applicable.
- Explicitly state that the troubleshooting steps can be performed on any OS, and ensure screenshots or instructions are not exclusively Windows-centric.
- Present cross-platform or Linux examples before or alongside Windows examples to ensure parity.
Create pull request