Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation page demonstrates a Windows bias by exclusively providing command-line examples using PowerShell and the Az PowerShell module, which are primarily Windows-centric tools. There are no examples or guidance for Linux users, such as using Azure CLI, Bash, or cross-platform scripting. The PowerShell examples are detailed and given equal prominence to the Azure Portal, but Linux-native tools and workflows are entirely absent. Additionally, installation instructions and prerequisites focus on PowerShell-specific requirements, further reinforcing the Windows-first approach.
Recommendations
- Add equivalent Azure CLI examples for all operations (create, view, edit, delete project) to support Linux and macOS users.
- Include Bash scripting samples where appropriate, demonstrating cross-platform automation.
- Mention that Azure CLI is available on Windows, Linux, and macOS, and provide installation instructions for non-Windows platforms.
- Clarify that PowerShell Core (pwsh) is cross-platform, but also provide CLI alternatives for users who prefer native Linux tools.
- Ensure that any prerequisites or environment setup steps include Linux/macOS instructions, not just PowerShell/Windows-specific guidance.
Create Pull Request