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 Application Gateway settings, exclusively recommending Fiddler (a Windows-centric tool) for web debugging, and referencing 'Run as administrator' and .NET versions. There are no Linux or cross-platform alternatives or examples for these tasks, and Windows tools and patterns are mentioned first and exclusively.
Recommendations:
- Provide Azure CLI (az) and/or Azure Resource Manager (ARM) REST API examples alongside or instead of PowerShell for configuration checks, as these are cross-platform.
- Include examples using Linux-compatible web debugging tools such as mitmproxy, Wireshark, or tcpdump, and provide instructions for their use.
- Avoid instructions that are specific to Windows environments (e.g., 'Run as administrator', '.NET 4 installed') unless also providing Linux/macOS equivalents.
- When referencing tools, use language like 'for example, Fiddler or mitmproxy' and link to both Windows and Linux tool documentation.
- Add screenshots or command-line snippets from Linux environments where appropriate to ensure parity.
Create pull request