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 troubleshooting steps.
Recommendations:
- Provide equivalent Azure CLI (az) commands for checking Application Gateway settings, alongside or instead of PowerShell examples.
- Include Linux-friendly network debugging tools such as tcpdump, Wireshark, or mitmproxy, and show basic usage examples.
- When referencing installation steps, avoid Windows-specific instructions like 'Run as administrator' unless also providing Linux/macOS equivalents.
- Mention cross-platform tools and approaches first, or at least in parallel with Windows-specific ones, to ensure parity.
- Clarify that Fiddler is one option and suggest alternatives for non-Windows users.
Create pull request