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 Windows installation patterns (e.g., 'Run as administrator'). There are no Linux or cross-platform CLI examples, nor are Linux-friendly tools (such as tcpdump, curl, or Wireshark) mentioned. The guidance assumes a Windows environment and does not address Linux users' needs.
Recommendations:
- Provide Azure CLI and/or Azure Resource Manager (ARM) template 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 curl, and provide example commands for capturing and analyzing HTTP(S) traffic on Linux.
- When referencing installation steps, include Linux equivalents (e.g., using package managers or running as root/sudo).
- Explicitly state that Fiddler is just one option and suggest alternatives for non-Windows users.
- Ensure that screenshots and walkthroughs are not exclusively based on Windows UI/tools, or provide parallel Linux examples where applicable.