Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for connecting a Kubernetes cluster to Azure Arc, but the PowerShell example is given equal prominence to the CLI example, despite PowerShell being primarily a Windows tool. There are no Linux-specific shell examples (e.g., bash), and installation instructions for Azure CLI do not mention Linux explicitly. The documentation does not reference Linux-native tools or patterns, and the use of PowerShell may suggest a Windows-centric approach.
Recommendations
- Prioritize Azure CLI (cross-platform) examples before PowerShell, as CLI is natively supported on Linux and macOS.
- Explicitly mention that Azure CLI and Helm are available on Linux, macOS, and Windows, and provide installation instructions for each OS.
- Add bash shell examples for common tasks, such as verifying pods or connecting clusters.
- Clarify that PowerShell is optional and primarily for Windows users; suggest bash/zsh for Linux/macOS users.
- Include troubleshooting or usage notes relevant to Linux environments (e.g., permissions, package managers).
Create Pull Request