Detected Bias Types
Missing Linux Example
Windows First
Summary
The documentation exclusively uses the Azure Portal (web UI) for all instructions and does not provide any command-line examples (such as Azure CLI or PowerShell). While this avoids explicit Windows-only tooling, it implicitly favors Windows users by omitting Linux-friendly CLI workflows, which are common in Linux environments and automation. There is also no mention of how to perform these tasks via command line, which is often preferred by Linux users.
Recommendations
- Add Azure CLI examples for all major steps (e.g., creating the resource group, deploying the AKS cluster, cleaning up resources).
- If PowerShell examples are added, ensure Azure CLI (cross-platform) examples are provided first or alongside.
- Explicitly mention that the Azure CLI can be used on Windows, Linux, and macOS, and provide installation links.
- Include a section or links for automating these tasks via scripts for both Linux and Windows users.