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
⚠️
windows_tools
Summary:
The documentation consistently presents Windows instructions and tools before Linux equivalents, such as listing Windows agent installation and validation steps before Linux, and referencing Windows-specific tools (e.g., Control Panel, MsiExec.exe) in more detail. Linux instructions are present but generally follow Windows and sometimes lack the same level of detail or context.
Recommendations:
- Alternate the order of Windows and Linux instructions in each section, or present them in parallel (side-by-side or tabbed) to avoid implying priority.
- Provide equal detail for Linux steps, including explicit file paths, validation commands, and troubleshooting tips, similar to the Windows sections.
- Reference Linux tools and package managers (e.g., apt, yum, zypper) explicitly and provide example commands for installation and validation.
- Where possible, use neutral language and structure (e.g., 'For Windows, do X. For Linux, do Y.') rather than always listing Windows first.
- Include links to both Windows and Linux agent documentation with equal prominence.
Create pull request