Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation page exhibits a moderate Windows bias. The primary script referenced for adding Hive libraries is a PowerShell (.ps1) script, and the script location provided at the top is for a PowerShell script, with the Bash (Linux) script URI only appearing later in a table. The instructions and examples reference Azure PowerShell and .NET SDK before mentioning Linux-based provisioning, and Windows tools like Azure Storage Explorer are suggested for file uploads without mentioning Linux-native alternatives. The documentation does not provide Linux CLI examples for uploading files or managing storage, and the ordering of information often puts Windows/PowerShell options first.
Recommendations
- List both PowerShell and Bash script URIs together at the start, with clear guidance for Windows and Linux users.
- Provide Linux-native CLI examples (e.g., using azcopy, Azure CLI, or blobfuse) for uploading files to Azure Storage, alongside Windows tools.
- When mentioning provisioning methods, present Linux and cross-platform options (Azure CLI, Bash) before or alongside Windows-specific options like PowerShell and .NET SDK.
- Explicitly state which script to use based on the OS/environment, and provide parity in instructions for both Windows and Linux users.
- Include references to Linux-friendly tools for managing Azure Storage, such as Azure CLI or azcopy, not just Azure Storage Explorer.
Create Pull Request