Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
windows_first
Summary
The documentation exclusively uses PowerShell for all examples and instructions, which is primarily associated with Windows environments. There are no equivalent examples using Azure CLI, Bash, or other cross-platform tools commonly used on Linux or macOS. The use of PowerShell cmdlets (e.g., Get-AzSubscription, New-AzSubscriptionDeployment) and the lack of mention of Linux-native workflows or tools indicate a strong Windows bias. This may hinder accessibility for users who primarily work in Linux or macOS environments.
Recommendations
- Provide equivalent examples using Azure CLI, which is cross-platform and widely used on Linux and macOS.
- Explicitly mention that PowerShell Core is available on Linux and macOS, if PowerShell usage is required.
- Include Bash script examples for querying and deploying policies, or reference how to adapt the workflow for Bash/CLI users.
- Add a section comparing PowerShell and Azure CLI approaches, highlighting platform compatibility.
- Ensure that tool recommendations and instructions are not exclusively focused on Windows environments.
Create Pull Request