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
⚠️
powershell_heavy
Summary:
The documentation generally maintains cross-platform neutrality, but in the troubleshooting section, the Windows PowerShell command (Test-TcpConnection) is listed before the Linux equivalent (nc), and the Windows command is labeled with a platform-specific comment. This ordering and explicit mention of PowerShell can be interpreted as a subtle Windows-first and PowerShell-heavy bias. No other examples, tools, or instructions are Windows-specific, and Linux is mentioned where relevant (e.g., Ubuntu image in REST example).
Recommendations:
- Present Linux and Windows command-line examples in parallel or alternate the order (e.g., show Linux first in some sections).
- Use neutral phrasing such as 'On Windows, use...' and 'On Linux, use...' instead of always listing Windows first.
- Where possible, provide cross-platform commands or scripts (e.g., using Azure CLI, which is available on both platforms) as primary examples.
- Ensure that any screenshots or UI references are not Windows-centric unless the feature is truly Windows-only.
- Review other sections for subtle ordering or terminology that may imply Windows is the default or preferred platform.
Create pull request