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 moderate Windows bias. Most example commands for enabling and updating VM extensions use PowerShell-specific syntax (e.g., powershell.exe and PowerShell cmdlets in the Custom Script Extension), and extension types and settings are frequently Windows-centric (e.g., IaaSAntimalware, DatadogWindowsAgent, DependencyAgentWindows). There is a lack of Linux-specific examples, such as Bash scripts or Linux extension types, and Windows tools/patterns are referenced more prominently and exclusively in examples.
Recommendations
  • Provide parallel Linux examples for Custom Script Extension, using Bash or shell commands instead of PowerShell.
  • Include extension examples for Linux-specific extensions (e.g., DependencyAgentLinux, DatadogLinuxAgent, KeyVaultForLinux).
  • Alternate the order of examples so that Linux and Windows are equally represented and neither is always shown first.
  • Explicitly mention differences in extension types and settings between Windows and Linux, and link to relevant Linux documentation.
  • Add notes or tips for Linux/macOS users regarding command syntax, file paths, and shell differences.
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