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 scripts as a primary method for deploying HDInsight clusters, mentioning PowerShell before Azure CLI, and providing SKU identifier instructions specifically for PowerShell and 'other scripts' without clarifying or providing Linux/bash examples. There are no explicit Linux or bash command examples or references, and Windows-centric scripting is implied as the default.
Recommendations:
- Explicitly mention both PowerShell and bash/Azure CLI scripting throughout, ensuring Linux parity in all instructions.
- Provide example commands for both PowerShell and bash/Azure CLI when discussing VM SKU identifiers and deployment scripts.
- Clarify that the instructions apply equally to Linux environments and provide links to Linux-specific documentation where appropriate.
- Avoid phrasing that prioritizes PowerShell or Windows scripting; instead, use neutral language such as 'in your deployment scripts (PowerShell, bash, Azure CLI, etc.)'.
Create pull request