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 provides a detailed PowerShell script for verifying additional storage accounts but does not offer equivalent Linux/Unix shell (bash) or Azure CLI examples. The verification section leads with PowerShell and omits command-line or scripting guidance for Linux users, despite the cluster being Linux-based. This creates a Windows-first impression and leaves Linux users without parity in operational instructions.
Recommendations:
- Add a Linux/bash example for verifying additional storage accounts, such as using curl and jq to query the HDInsight REST API and parse the results.
- Include Azure CLI examples for verification, as Azure CLI is cross-platform and commonly used on Linux.
- Present PowerShell and Linux/bash examples side-by-side or in parallel sections to ensure equal visibility.
- Explicitly mention that the PowerShell example is for Windows users and provide equivalent steps for Linux users.
- Review other sections for similar bias and ensure all operational steps have both Windows and Linux guidance where applicable.
Create pull request