Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for all major tasks, but PowerShell examples are consistently presented alongside CLI, sometimes with more detail. The ordering of tabs and examples sometimes places PowerShell before or at parity with CLI, which may imply a slight Windows bias. However, Linux/macOS users are not blocked from completing any tasks, as Azure CLI is fully supported and environment variable examples use standard Linux/macOS syntax (export). There are no Windows-only tools or patterns, and kubectl is used for cluster operations, which is cross-platform.
Recommendations
- Ensure that Azure CLI examples are always presented first, as CLI is cross-platform and preferred for Linux/macOS users.
- Explicitly mention that Azure CLI and kubectl commands work on Linux/macOS, and clarify any OS-specific steps if needed.
- Add a note stating that Azure PowerShell is primarily for Windows, and recommend Azure CLI for Linux/macOS users.
- Where environment variables are set, provide both Linux/macOS (export) and Windows (set) syntax for parity.
Create Pull Request