Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides detailed PowerShell scripts and examples for managing Azure Service Group membership at scale, with no equivalent examples for Linux or cross-platform tools such as Azure CLI, Bash, or Python. The only automation script is written in PowerShell, and all command-line instructions and output are shown in a Windows/PowerShell context. There is no mention of Linux shell usage, nor are there alternative scripts or instructions for non-Windows environments.
Recommendations
- Add equivalent Azure CLI and Bash examples for querying Resource Graph and deploying Service Group memberships.
- Provide sample scripts in Python or other cross-platform languages for bulk membership management.
- Include explicit instructions for running these tasks on Linux/macOS, such as using Azure CLI or REST API calls.
- Where PowerShell is used, note how to adapt the script for PowerShell Core on Linux/macOS, or provide alternatives.
- Ensure that all automation and scripting sections offer both Windows and Linux options, and avoid assuming a Windows environment by default.
Create Pull Request