Detected Bias Types
Windows First
Powershell Heavy
🔧
Windows Tools
Summary
The documentation demonstrates a mild Windows bias, primarily by referencing Azure portal (which is most accessible on Windows) before CLI in several workflows, listing Windows-specific domains (login.windows.net, store.policy.core.windows.net), and including Azure PowerShell examples alongside Azure CLI, but never showing Linux-specific shell or tool alternatives. However, all critical operational steps (installation, validation, troubleshooting, removal) are shown using Azure CLI and kubectl, which are cross-platform. There are no sections that require Windows or PowerShell exclusively, and Linux is explicitly mentioned as the only supported node pool OS for the add-on.
Recommendations
- Add explicit notes or examples for Linux/macOS users, such as shell commands for installing Azure CLI or setting up kubectl.
- Clarify that Azure CLI and kubectl commands work on Linux/macOS and provide links to installation guides for those platforms.
- If mentioning Azure PowerShell, also mention Bash or other Linux-native scripting options for parity.
- When listing portal-based steps, note that the Azure portal is accessible from any OS/browser.
- Consider listing CLI examples before portal steps to emphasize cross-platform compatibility.