Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a moderate Windows bias. Azure PowerShell examples are provided for every query, often with additional explanatory notes specific to PowerShell (such as ConvertTo-Json and depth settings). The sample resource data consistently uses Windows-centric values (e.g., WindowsServer images, osType: Windows, windowsConfiguration), and the workflow patterns (variable assignment, output review) are described in PowerShell terms. While Azure CLI examples are present and some shell scripting is shown, there are no explicit Linux shell examples (e.g., bash, zsh, or other Linux-native tools), nor is there parity in explaining Linux-specific VM properties or images. Windows terminology and tools are mentioned first or exclusively in several places.
Recommendations
- Add explicit Linux shell examples (e.g., bash scripts, use of jq for JSON parsing, etc.) alongside Azure CLI commands.
- Include sample resource data for Linux VMs (e.g., imageReference for Ubuntu or CentOS, osType: Linux, linuxConfiguration properties).
- Balance explanatory notes between PowerShell and Linux shell environments (e.g., discuss output formatting with jq or other Linux tools).
- When describing workflows, provide both PowerShell and bash/zsh variable assignment and output review patterns.
- Avoid using Windows-centric terminology or examples exclusively; alternate or combine with Linux equivalents.
- Ensure that any advanced samples or linked resources also include Linux-focused scenarios.
Create Pull Request