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 page demonstrates a Windows bias by referencing PowerShell explicitly as the primary scripting tool for deploying HDInsight clusters, both in the introduction and in the note about VM SKU identifiers. There are no Linux shell (bash) examples or explicit mentions of Linux-native tools or workflows. The guidance assumes familiarity with PowerShell, and Linux alternatives are not provided or mentioned.
Recommendations:
- Include explicit bash/Azure CLI examples alongside PowerShell references for deploying HDInsight clusters.
- Rephrase instructions to mention both PowerShell and bash equally (e.g., 'when creating deployment scripts using PowerShell or bash').
- Add notes or examples for Linux users, such as how to obtain VM SKU identifiers using bash or Azure CLI.
- Avoid assuming PowerShell as the default scripting environment; use neutral language or provide parity.
- Where possible, provide links to both Windows and Linux scripting documentation for Azure.
Create pull request