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
⚠️
windows_tools
Summary:
The documentation presents Azure PowerShell instructions before Azure CLI, which can indicate a Windows-first bias. PowerShell is primarily associated with Windows environments, and its commands are featured prominently. Although Azure CLI is cross-platform and included, there are no Linux- or macOS-specific notes or examples, and no mention of Bash or shell scripting, which are common for Linux users.
Recommendations:
- Present Azure CLI instructions before or alongside PowerShell, as CLI is cross-platform and widely used on Linux.
- Include explicit notes or examples for Linux/macOS users, such as Bash command usage or environment-specific tips.
- Clarify that both Azure CLI and PowerShell are available on all major platforms, and link to installation guides for each.
- Consider adding a section or callout for Linux users, highlighting any differences or best practices.
- Avoid implying that PowerShell is the default or preferred method unless there is a technical reason.
Create pull request