Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides a detailed PowerShell script for bulk membership management using Azure Resource Graph, but does not offer equivalent examples for Linux/macOS users (e.g., Bash, Azure CLI, or cross-platform scripting). The only automation example is Windows-centric, and the sample output is shown in PowerShell format, reinforcing a Windows-first approach. No Linux or macOS alternatives or guidance are mentioned.
Recommendations
- Add equivalent examples using Azure CLI and Bash scripts for bulk membership management, ensuring cross-platform compatibility.
- Explicitly mention that the PowerShell script can be run on PowerShell Core (pwsh) on Linux/macOS, or provide instructions for doing so.
- Provide sample outputs for Azure CLI or Bash workflows, not just PowerShell.
- Include a note or section on how Linux/macOS users can achieve the same results, referencing tools and patterns common to those platforms.
- Consider providing a Python example using the Azure SDK for resource graph queries and deployments.
Create Pull Request