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 exhibits a Windows bias by prioritizing PowerShell commands for configuration checks, exclusively recommending Fiddler (a Windows-centric tool) for network debugging, and providing installation instructions that assume a Windows environment (e.g., 'Run as administrator'). There are no Linux or cross-platform alternatives mentioned for command-line or debugging tasks.
Recommendations:
- Provide equivalent Azure CLI commands for checking Application Gateway settings, as Azure CLI is cross-platform.
- Include examples using Linux-native tools for network debugging, such as tcpdump, Wireshark, or curl, alongside or instead of Fiddler.
- When referencing downloadable tools, mention cross-platform options (e.g., Wireshark, mitmproxy) and provide installation instructions for both Windows and Linux.
- Avoid language and screenshots that assume a Windows environment (e.g., 'right click and run as administrator'), or supplement with Linux-specific instructions.
- Ensure that troubleshooting steps and log analysis can be performed on both Windows and Linux systems, and provide examples for each.
Create pull request