Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation provides examples for Azure portal, Azure CLI, Azure PowerShell, ARM templates, and programming languages. However, it includes a dedicated section for Azure PowerShell (a Windows-centric tool), with detailed examples, but does not mention or provide parity for Bash, shell scripting, or Linux-native automation tools. The PowerShell section appears before ARM templates and programming language examples, and there is no explicit mention of cross-platform alternatives to PowerShell for scripting. The CLI section is cross-platform, but the presence and prominence of PowerShell (without Linux alternatives) introduces a mild Windows bias.
Recommendations
- Add Bash or shell scripting examples for Linux/macOS users, especially for automation tasks.
- Clarify that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows.
- Consider reordering sections so that cross-platform tools (CLI, ARM templates) appear before Windows-centric tools (PowerShell).
- Explicitly mention that PowerShell Core is available on Linux/macOS, or provide guidance for Linux users who may encounter PowerShell scripts.
- Include links or references to Linux/macOS automation best practices for Azure Service Bus.
Create Pull Request