Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell instructions for scaling AKS nodes, but PowerShell (a Windows-centric tool) is given equal prominence to Azure CLI, and is presented in a dedicated tab. There are no Linux-specific shell examples or explicit mention of Linux/macOS environments, and PowerShell is referenced before any Linux alternatives. However, the core scaling tasks can be completed using Azure CLI, which is cross-platform.
Recommendations
- Clarify that Azure CLI is cross-platform and can be used on Linux/macOS as well as Windows.
- Consider listing Azure CLI instructions before PowerShell, or making CLI the default example.
- Explicitly mention Linux/macOS compatibility in the prerequisites and examples.
- Add a note that PowerShell examples are primarily for Windows users, and that Linux/macOS users should use Azure CLI.
- Provide bash shell examples for common kubectl commands where appropriate.
Create Pull Request