Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell instructions for stopping and starting AKS clusters. However, PowerShell examples are given equal prominence to CLI, and PowerShell is a Windows-centric tool. In the 'Before you begin' section, Azure PowerShell is mentioned before the Azure portal, and CLI is listed first. There are no Linux-specific instructions or notes about differences in experience for Linux/macOS users. The CLI examples are cross-platform, but the presence and equal emphasis on PowerShell may create a slight Windows bias.
Recommendations
- Clearly indicate that Azure CLI is cross-platform and preferred for Linux/macOS users.
- Add a note clarifying that Azure PowerShell is primarily for Windows and provide guidance for Linux/macOS users to use Azure CLI.
- Consider listing Azure CLI instructions before PowerShell in all sections.
- If possible, add troubleshooting notes or links for Linux/macOS users regarding Azure CLI installation and usage.
Create Pull Request