Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal. While Azure CLI is cross-platform, Azure PowerShell is primarily associated with Windows environments. There are no explicit Linux shell (bash) or scripting examples, and PowerShell examples are given equal prominence to CLI, which can reinforce a Windows-centric workflow. There is no mention of Linux-specific tools or usage patterns, nor any guidance for Linux users beyond the CLI.
Recommendations
- Add explicit bash shell examples for running Azure CLI commands, including output parsing with jq or grep for Linux users.
- Clarify that Azure CLI is fully supported on Linux and macOS, and provide installation or usage notes for those platforms.
- If PowerShell is mentioned, note that PowerShell Core is available cross-platform, and provide examples for both Windows PowerShell and PowerShell Core on Linux/macOS.
- Consider including a section or tab for Linux-specific usage patterns, such as scripting with bash or integrating with Linux monitoring tools.
- Review documentation to ensure that Windows tools or patterns are not presented as the default or primary method unless truly necessary.
Create Pull Request