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
⚠️
windows_tools
Summary:
The documentation demonstrates a mild Windows bias by presenting Windows uninstall instructions before Linux, using Windows-specific tools (Control Panel, Programs and Features), and referencing Windows terminology and navigation patterns. While Linux instructions are present and reasonably detailed, the ordering and emphasis suggest a Windows-first approach.
Recommendations:
- Present Linux and Windows instructions in parallel or in a consistent order (e.g., alphabetical or by usage share), rather than always listing Windows first.
- Where possible, provide command-line alternatives for Windows (e.g., using PowerShell or command prompt to uninstall the agent), similar to the Linux approach, to ensure parity for automation and headless environments.
- Avoid Windows-centric navigation language (such as Control Panel) as the default; instead, clarify that these are Windows-specific steps and provide equivalent Linux navigation or command-line steps.
- Add a summary table or section at the start of uninstall instructions that clearly distinguishes between Windows and Linux, helping users quickly find the relevant section.
- Ensure that all examples and tool references are balanced between Windows and Linux, and that neither is given undue prominence unless justified by user base data.
Create pull request