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:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows bias by instructing users to use Azure Cloud Shell with PowerShell for command-line operations, without mentioning Bash or Linux alternatives. All command-line examples are presented in a generic or PowerShell context, and there is no explicit guidance for Linux users or those preferring Bash, despite the cross-platform nature of kubectl and Azure CLI.
Recommendations:
- Provide equivalent instructions and examples for Bash in Azure Cloud Shell, not just PowerShell.
- Explicitly mention that users can use either Bash or PowerShell in Azure Cloud Shell, and show how to select each.
- Where command-line examples are given, clarify that they work on both Windows and Linux, or provide OS-specific notes if there are differences.
- Add a note or section for Linux/macOS users, confirming that all kubectl and Azure CLI commands are cross-platform.
- If any commands or steps are Windows-specific, provide Linux/macOS equivalents.
Create pull request