About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
Summary:
The documentation lists Windows (Azure PowerShell) as an option before Linux (Azure CLI) when describing how to create an Azure Kubernetes cluster. However, all deployment and management commands use kubectl, which is cross-platform, and there are no PowerShell-specific or Windows-only command examples. No Linux-specific tools or shell commands are omitted, but the ordering in prerequisites gives Windows tools precedence.
Recommendations:
- List cross-platform (Azure CLI) instructions before Windows-specific (Azure PowerShell) ones in the prerequisites.
- Explicitly mention that all kubectl commands work on Windows, Linux, and macOS.
- Where possible, provide parity in links and examples for both Windows and Linux users, or clarify that the steps are OS-agnostic.
- Consider adding a note that the Azure portal, CLI, and PowerShell are all supported and cross-platform, to avoid perceived preference.
Create pull request