Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides a PowerShell example for removing extensions but does not offer an equivalent Azure CLI or Linux-native command example in the main troubleshooting steps. Windows paths and tools are often mentioned before Linux equivalents, though Linux information is present. This creates a mild bias toward Windows users, especially in command-line guidance.
Recommendations
- Include Azure CLI examples alongside PowerShell for extension management tasks, especially for removal and installation.
- Present Linux and Windows file paths and troubleshooting steps in parallel, rather than listing Windows first.
- Explicitly mention Linux-native commands or scripts where applicable, or link to Linux-specific troubleshooting guides.
- Clarify that both PowerShell and CLI can be used on any platform, and provide cross-platform instructions.
Create Pull Request