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:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by primarily referencing the Azure portal (a web GUI often associated with Windows workflows), mentioning Azure PowerShell and Azure Classic CLI as automation options, and omitting explicit Linux CLI (Bash/Azure CLI) examples. The only command-line automation tools mentioned are PowerShell and the Classic CLI, with no mention of Bash or Azure CLI commands. There are no step-by-step examples for Linux users, and the workflow is described in a way that assumes familiarity with Windows-centric tools and patterns.
Recommendations:
- Add explicit examples using Azure CLI (az) commands for installing, listing, and managing HDInsight applications, alongside or before PowerShell examples.
- Provide step-by-step instructions for performing the same tasks via Bash shell or Linux terminal, not just via the Azure portal.
- Mention and demonstrate the use of SSH and Linux-native tools for cluster management where appropriate.
- Ensure that any references to automation or scripting include both PowerShell and Bash/Azure CLI equivalents.
- Reorder sections or examples so that Linux-native approaches are presented before or alongside Windows/PowerShell methods.
- Clarify that the Azure portal is cross-platform, but also provide parity for users who prefer or require command-line interfaces on Linux.
Create pull request