About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
powershell_heavy
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation provides a PowerShell-only example for listing Azure Marketplace images, with no equivalent Azure CLI (bash/Linux) example. This may disadvantage Linux users, as PowerShell is primarily associated with Windows environments. No Linux-native tooling or command-line patterns are shown, and the only scripting example is in PowerShell.
Recommendations:
- Provide equivalent Azure CLI (az) command examples alongside PowerShell for all scripting tasks, especially for listing VM images.
- Explicitly mention that both PowerShell and Azure CLI can be used, and link to Azure CLI documentation.
- Where possible, show both Windows and Linux command-line workflows for common tasks.
- Avoid assuming PowerShell as the default scripting environment; offer parity for Linux-native tools.
Create pull request