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 Windows-based tools (Fiddler 4) for testing templates and not providing equivalent Linux alternatives or examples. There are no command-line or scripting examples (e.g., PowerShell, Bash), but the only explicit tool guidance is for a Windows application. No Linux or cross-platform alternatives are mentioned for the debugging/testing step.
Recommendations:
- Include Linux-friendly or cross-platform alternatives to Fiddler, such as mitmproxy or Charles Proxy, in the 'Test your template' section.
- Provide example instructions for using these alternative tools on Linux/macOS.
- When referencing third-party tools, clarify their platform compatibility and suggest options for all major operating systems.
- If possible, add a note or table listing recommended web debugging tools for Windows, Linux, and macOS.
- Review other sections for opportunities to add Linux/macOS parity, such as mentioning Azure CLI usage or showing screenshots from non-Windows environments where relevant.
Create pull request