Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation page demonstrates a mild Windows bias by listing Azure PowerShell before Azure CLI in the 'Next steps' section, which may suggest a preference for Windows-centric tooling. No explicit Linux examples or Linux-specific tools are mentioned, and the only command-line examples referenced are PowerShell and CLI, with PowerShell listed first.
Recommendations
- List Azure CLI before Azure PowerShell in 'Next steps' to reflect cross-platform parity, as Azure CLI is natively cross-platform.
- Explicitly mention that both Azure PowerShell and Azure CLI are available on Windows, Linux, and macOS.
- Where possible, provide example commands for both Azure CLI and Azure PowerShell, or link to both sets of instructions equally.
- Consider including a brief note or section on using the feature from Linux environments, especially if there are any platform-specific considerations.
Create Pull Request