Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation page demonstrates Windows bias by exclusively referencing the Azure portal (a GUI tool most commonly used on Windows) for resource deletion steps, and by omitting any examples of using Linux-native tools or shell commands for managing Kubernetes resources. All CLI examples use the Azure CLI, which is cross-platform, but there are no Linux-specific instructions (e.g., kubectl commands, bash scripts) for deleting resources on the Kubernetes cluster itself, nor is there mention of Linux desktop tools or workflows.
Recommendations
- Add Linux-specific examples, such as using kubectl commands to delete resources or namespaces directly from the Kubernetes cluster.
- Include bash shell script examples for resource deletion, especially for indirect connectivity mode where Kubernetes is the source of truth.
- Mention and provide steps for using Linux desktop environments and terminal workflows, not just the Azure portal.
- Clarify that the Azure CLI commands work on both Windows and Linux, and provide sample commands for both bash and PowerShell where relevant.
- Add guidance for users managing Azure Arc resources from Linux-only environments, including troubleshooting tips and tool recommendations.
Create Pull Request