Sad Tux - Windows bias detected
This page contains Windows bias

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

Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias in several ways: most command examples for VM extensions use Windows-specific tools (e.g., 'powershell.exe' in Custom Script Extension settings), extension types and names are often Windows-centric (e.g., 'IaaSAntimalware', 'DatadogWindowsAgent'), and Linux equivalents are either missing or mentioned secondarily (e.g., 'KeyVaultForLinux or KeyVaultForWindows'). There are no explicit Linux shell script examples, and the extension configuration examples do not show Linux usage patterns.
Recommendations
  • Provide parallel Linux examples for all extension commands, especially for Custom Script Extension (e.g., using bash/sh instead of powershell.exe).
  • Include Linux-specific extension types and settings (e.g., 'DependencyAgentLinux', 'DatadogLinuxAgent') in examples.
  • When listing extension types or names, mention Linux and Windows options equally and explicitly.
  • Add sample extension settings using Linux shell commands (e.g., 'commandToExecute': 'bash -c "ps aux | awk ..."').
  • Clarify which extensions are cross-platform and which are OS-specific, and provide guidance for both.
  • Avoid using Windows tools (like powershell.exe) as the default in examples; alternate or pair with Linux equivalents.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-22 01:38 #287 completed Clean Clean
2026-01-14 00:00 #251 completed Clean Clean
2026-01-13 00:00 #247 completed Biased Biased
2026-01-11 00:00 #241 completed Biased Biased
2026-01-10 00:00 #238 completed Biased Biased
2026-01-09 00:34 #235 completed Biased Biased
2026-01-08 00:53 #232 completed Biased Biased

Flagged Code Snippets