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 command-line example, exclusively referencing Windows-centric tools like Fiddler (with installation instructions that assume Windows), and omitting equivalent Linux or cross-platform alternatives. There are no CLI or Bash examples, and troubleshooting steps focus on Windows workflows, with no mention of Linux-compatible tools or methods.
Recommendations:
- Provide Azure CLI (az) or Bash examples alongside PowerShell commands for checking Application Gateway settings.
- Mention and provide instructions for using cross-platform or Linux-friendly web debugging tools (e.g., Wireshark, mitmproxy, curl) in addition to Fiddler.
- Include Linux-specific steps for collecting and analyzing logs, such as using jq to parse ARM template JSON or using Azure CLI on Linux.
- Avoid assuming the user is on Windows (e.g., 'Run as administrator', '.NET 4', 'right click the setup executable') and offer parallel instructions for Linux/macOS environments.
- List both Windows and Linux tools and workflows in troubleshooting sections, or explicitly state when a tool is Windows-only and suggest alternatives.
Create pull request