Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by exclusively referencing the Azure portal (a web UI commonly associated with Windows workflows) for resource deletion steps and omitting any Linux-specific examples or tools. All command-line instructions use the Azure CLI, which is cross-platform, but there are no examples of using native Linux tools or shell patterns (e.g., bash scripts, kubectl commands) for resource deletion. The documentation does not mention or prioritize Linux workflows, nor does it provide parity for Linux users in terms of examples or guidance.
Recommendations
- Add examples using native Linux tools such as kubectl for deleting resources from Kubernetes clusters.
- Include bash script examples for automating resource deletion on Linux.
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide any OS-specific considerations.
- Provide guidance for Linux users on managing resources without relying solely on the Azure portal.
- Ensure that documentation sections are balanced, offering both Windows/portal and Linux/CLI or kubectl workflows side by side.
Create Pull Request