Detected Bias Types
🔧
Windows Tools
Windows First
Summary
The documentation provides a generally cross-platform approach, with most examples using Linux-native tools (kubectl, bash, mosquitto_pub/sub). However, in the section on port forwarding for AKS Edge Essentials, Windows-specific tools (netsh, PowerShell New-NetFirewallRule) are mentioned exclusively, with no Linux equivalents or parity guidance. Additionally, the AKS Edge Essentials port forwarding section appears before any mention of Linux alternatives, which may reinforce a Windows-first perspective for users of AKS Edge Essentials.
Recommendations
- For every Windows-specific tool or command (such as netsh and New-NetFirewallRule), provide equivalent Linux commands (such as iptables, firewall-cmd, or ufw) for port forwarding and firewall configuration.
- Explicitly mention that AKS Edge Essentials can be run on Linux and provide guidance for Linux users in the relevant sections.
- Where platform-specific instructions are required, use tabbed content or clear headings to separate Windows and Linux workflows.
- Review the ordering of platform-specific instructions to ensure Linux options are presented with equal prominence and not only after Windows solutions.
- Add troubleshooting notes for Linux users in AKS Edge Essentials scenarios, especially regarding port forwarding and firewall setup.