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 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, Wireshark, or curl) mentioned. The document also assumes a Windows environment in its troubleshooting steps and screenshots.
Recommendations:
- Provide equivalent Azure CLI and/or Azure Cloud Shell examples for checking Application Gateway settings, alongside or instead of PowerShell.
- Include Linux-friendly network debugging tools such as tcpdump, Wireshark, or curl, and provide instructions or examples for their use.
- When referencing downloadable tools, mention cross-platform alternatives (e.g., Wireshark, mitmproxy) and provide installation instructions for Linux/macOS.
- Avoid Windows-specific instructions like 'Run as administrator' unless also providing the Linux/macOS equivalent (e.g., 'run with sudo').
- Ensure screenshots and step-by-step instructions are not exclusively based on Windows UI/tools.
- Rephrase sections to be OS-neutral where possible, or clearly separate instructions for Windows and Linux/macOS users.
Create pull request