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:
Summary:
The documentation presents both Windows and Linux default values for DNS settings in a table, but consistently lists Windows defaults before Linux. There are no platform-specific command-line examples (e.g., PowerShell or Bash), and the Azure CLI is used throughout, which is cross-platform. However, the ordering of Windows before Linux in explanations and tables subtly prioritizes Windows. There are also more notes about limitations on Windows (e.g., DNS over TCP not supported), but no equivalent Linux-specific notes or caveats.
Recommendations:
- Alternate the order of Windows and Linux in tables and explanations, or present them alphabetically (Linux, Windows) to avoid implicit prioritization.
- Add Linux-specific notes or caveats if any exist, to ensure parity of information.
- Explicitly state that Azure CLI commands work identically on both Windows and Linux, or provide platform-specific notes if there are differences.
- Where possible, use neutral phrasing (e.g., 'On Linux, the default is X; on Windows, the default is Y') rather than always listing Windows first.
Create pull request