Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page exclusively provides troubleshooting instructions and examples using Azure PowerShell cmdlets, which are most commonly used on Windows and in PowerShell environments. There are no examples or guidance for using Azure CLI, Bash, or other Linux-native tools. The instructions assume the use of PowerShell consoles and reference installation of PowerShell modules, further reinforcing a Windows-centric approach. This may hinder Linux users or those who prefer cross-platform tooling.
Recommendations
- Add equivalent Azure CLI examples for each resource type, demonstrating how to perform the same Get/Set or Update operations using az commands.
- Include notes or sections on how to perform these operations in Bash or other Linux shells, highlighting any differences or caveats.
- Reference installation and usage of Azure CLI alongside Azure PowerShell, making it clear that both are supported and cross-platform.
- Rephrase instructions to be tool-agnostic where possible, or present PowerShell and CLI examples side-by-side.
- Explicitly mention that Azure PowerShell is available on Linux and macOS, but also highlight CLI as a first-class alternative.
Create Pull Request