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 referencing Windows-centric tools like Fiddler for network debugging, and giving installation instructions that assume a Windows environment (e.g., 'Run as administrator' for .exe files). There are no Linux or cross-platform alternatives mentioned for these tasks, and Windows tools and patterns are presented first and exclusively.
Recommendations:
- Provide equivalent Azure CLI or Azure Cloud Shell examples for checking Application Gateway settings, as these are cross-platform and work on Linux, macOS, and Windows.
- Include Linux-friendly network debugging alternatives to Fiddler, such as tcpdump, Wireshark, or mitmproxy, and provide basic usage instructions for these tools.
- When referencing installation steps, include Linux-specific instructions (e.g., using package managers or running tools from the terminal) alongside Windows instructions.
- Use neutral language when referring to tools (e.g., 'web debugging tool of your choice') and ensure that screenshots and examples are not exclusively from Windows environments.
- Explicitly mention that the troubleshooting steps can be performed from any OS, and provide parity in examples and tool recommendations.
Create pull request