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:
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a bias toward Windows by exclusively referencing Fiddler (a Windows-centric tool) for web debugging in the template testing section, and by not mentioning or providing examples for Linux-compatible alternatives. There are no PowerShell or Windows command-line examples, but the only explicit tooling guidance is Windows-focused. No Linux tools or cross-platform alternatives are suggested, and no Linux-specific instructions or screenshots are provided.
Recommendations:
- Mention and provide examples for Linux-compatible web debugging tools, such as mitmproxy or Charles Proxy, alongside Fiddler.
- Include instructions or example scripts for using these alternative tools to test templates, ensuring parity for Linux and macOS users.
- Add a note clarifying that Fiddler is just one option, and that any web debugging tool capable of request interception and modification can be used.
- Wherever screenshots or step-by-step instructions are given for a tool, consider providing equivalent guidance for a popular Linux alternative.
- Review other sections for implicit assumptions about the user's OS (e.g., file paths, browser recommendations) and clarify cross-platform compatibility where relevant.
Create pull request