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 generally presents information in a cross-platform manner, but in the section 'Configure name resolution behavior', the property table lists 'Windows default value' before 'Linux default value', which may subtly prioritize Windows. There are no explicit Windows-only examples, tools, or commands; all configuration is shown using the Azure CLI, which is cross-platform. There are no missing Linux examples, and Linux-specific limitations or features are mentioned where relevant.
Recommendations:
- In property tables or comparative sections, consider listing Linux and Windows in alphabetical order or using neutral phrasing (e.g., 'Default value (Windows)', 'Default value (Linux)') to avoid subtle prioritization.
- If there are platform-specific behaviors or limitations, ensure both Windows and Linux are discussed with equal prominence and detail.
- Continue using cross-platform tools like Azure CLI for examples, and avoid introducing Windows-specific tools (e.g., PowerShell) unless Linux equivalents are also provided.
Create pull request