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 provides detailed examples for both Azure CLI and Azure PowerShell, but the PowerShell section is prominent and detailed, reflecting a Windows-centric approach. There are no explicit Linux shell (bash) examples, and PowerShell is presented as a primary automation tool, which is traditionally associated with Windows environments. The documentation does not mention or provide parity for Linux-native scripting or tooling beyond Azure CLI.
Recommendations:
- Add explicit bash (Linux shell) examples alongside Azure CLI commands to demonstrate usage in Linux environments.
- Clarify that Azure CLI commands work cross-platform and can be used in both Windows (cmd, PowerShell) and Linux (bash) shells.
- If mentioning PowerShell, also mention that PowerShell Core is cross-platform, but provide bash alternatives for Linux users.
- Ensure that any references to scripting or automation tools include Linux-native options, not just PowerShell.
- Consider reordering sections so that cross-platform tools (Azure CLI, bash) are presented before Windows-specific tools (PowerShell).
Create pull request