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 use PowerShell syntax or Windows-specific tools (e.g., 'powershell.exe'), extension examples are predominantly for Windows (Antimalware, DatadogWindowsAgent), and the Custom Script Extension examples only show PowerShell commands. Linux equivalents (e.g., Bash scripts, Linux-specific extensions) are not provided or are mentioned only generically. The extension names and settings in examples are Windows-centric, and Linux usage patterns are not illustrated.
Recommendations
  • Provide Linux-specific examples for the Custom Script Extension, using Bash or shell commands (e.g., 'bash -c "ps aux | awk ..."').
  • Include examples of enabling Linux-specific extensions (e.g., DependencyAgentLinux, KeyVaultForLinux with Linux settings).
  • Balance extension examples by showing both Windows and Linux scenarios for each major operation (enable, update, remove).
  • Clarify in each example which OS it targets, and offer parallel commands for both Windows and Linux where applicable.
  • Avoid using Windows tools (e.g., 'powershell.exe') exclusively in generic examples; use cross-platform or Linux-native tools as well.
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