Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal for each scenario. While Azure CLI is cross-platform, Azure PowerShell is primarily associated with Windows environments, and no explicit Linux/bash or macOS shell examples are given. The ordering of examples consistently places Azure CLI first, followed by Azure PowerShell, and then Portal, which is a common but subtle Windows-first pattern. There are no references to Linux-specific tools, nor are there any bash or shell script examples, which may leave Linux users without guidance for shell integration or scripting beyond Azure CLI.
Recommendations
- Add explicit bash/shell script examples for each scenario, demonstrating usage in Linux/macOS environments.
- Clarify that Azure CLI commands work cross-platform and provide sample outputs or troubleshooting notes for Linux/macOS users.
- Consider including links or references to Linux-native tools or scripting patterns where relevant.
- If PowerShell is shown, note that PowerShell Core is available cross-platform, and provide installation or usage notes for Linux/macOS.
- Review ordering of examples to avoid reinforcing Windows-first perceptions; alternate or randomize order, or group by platform type.
Create Pull Request