Detected Bias Types
⚠️
windows_first
⚠️
powershell_heavy
⚠️
windows_tools
Summary
The documentation provides both Windows and Linux instructions for all major agent lifecycle tasks (install, upgrade, uninstall, proxy config). However, there is a notable Windows bias in several areas: Windows examples and instructions are often presented first, PowerShell scripts are provided for cleanup and automation tasks with no Linux shell equivalent, and Windows-specific tools (Control Panel, Group Policy, Microsoft Update, WSUS, Configuration Manager) are described in detail, while Linux equivalents (such as unattended upgrades, package manager automation, or systemd integration) are not discussed. The cleanup script for stale resources is only provided in PowerShell, with no Bash/CLI alternative for Linux users.
Recommendations
- Alternate the order of Windows and Linux sections so Linux instructions are not always after Windows.
- Provide equivalent Bash or Azure CLI scripts for tasks currently only covered by PowerShell (e.g., stale resource cleanup).
- Include guidance for automating agent upgrades and removals on Linux (e.g., using cron, systemd timers, or unattended-upgrades).
- Add references to Linux-native configuration management tools (such as Ansible, Chef, Puppet) where Windows tools like Group Policy or Configuration Manager are mentioned.
- Where Windows-specific infrastructure (WSUS, Configuration Manager) is discussed, mention Linux approaches for managing package updates at scale (e.g., apt repositories, yum mirrors, zypper services).