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_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows-first bias by instructing users to use 'curl' in a 'Command Prompt window' without mentioning Linux or macOS terminals. Additionally, it recommends 'Fiddler', a Windows-only tool, for SSL troubleshooting, with no Linux or cross-platform alternatives suggested. No Linux- or macOS-specific instructions or examples are provided.
Recommendations:
- When referencing 'curl', use neutral language such as 'terminal' or 'command line' instead of 'Command Prompt window', and clarify that 'curl' is available on Windows, Linux, and macOS.
- Provide example 'curl' commands that work on both Windows and Linux/macOS, noting any syntax differences if relevant.
- When recommending tools like 'Fiddler', also mention cross-platform alternatives such as 'mitmproxy' or 'Charles Proxy' for Linux/macOS users.
- Explicitly state that the troubleshooting steps apply to all major operating systems, and, where appropriate, provide OS-specific guidance.
Create pull request