Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a clear Windows bias in its automation and scripting examples. The only provided script for bulk membership management uses PowerShell, which is native to Windows and not universally available or preferred on Linux. There are no Bash, Azure CLI, or cross-platform scripting examples. The walkthrough and sample outputs are all PowerShell-centric, and there is no mention of Linux-specific tools or guidance for users on non-Windows platforms.
Recommendations
- Add equivalent Bash or Azure CLI examples for bulk membership management, especially for scenarios currently covered only with PowerShell.
- Include guidance on running the automation from Linux/macOS environments, such as using Azure CLI, REST API calls via curl, or Python scripts.
- Explicitly state cross-platform options and limitations for each automation scenario.
- Where PowerShell is used, note that PowerShell Core is available on Linux/macOS and provide installation instructions or alternatives.
- Ensure that sample outputs and walkthroughs include examples from Linux shells (e.g., Bash) and Azure CLI, not just PowerShell.
Create Pull Request