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 bias by referencing 'Command Prompt' as the context for running curl, omitting Linux/macOS terminal instructions, and recommending Fiddler (a Windows-only tool) for SSL troubleshooting. No Linux-specific tools or terminal environments are mentioned, and example commands are not adapted for cross-platform usage.
Recommendations:
- When suggesting command-line tools like curl, refer to 'terminal' or 'command line' generically, and provide examples for both Windows (Command Prompt/PowerShell) and Linux/macOS (bash/zsh).
- Include Linux/macOS equivalents for troubleshooting tools, such as recommending Wireshark or mitmproxy alongside Fiddler.
- Explicitly state that curl is available on Linux/macOS by default, and provide any necessary installation instructions for Windows users.
- Ensure that all example commands are cross-platform or provide platform-specific variants where syntax differs.
- Avoid referencing only Windows environments (e.g., 'Command Prompt') unless the documentation is Windows-specific.
Create pull request