Bias Analysis
Detected Bias Types
windows_tools
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates Windows bias primarily in its 'Next steps' section, where it recommends automating rule enablement via API and PowerShell, with a direct link to the PowerShell Gallery and no mention of Linux-native automation tools or shell scripting alternatives. Throughout the page, examples and tooling references are either Windows-centric or omit Linux equivalents, such as Bash, Azure CLI, or cross-platform scripting. This may hinder parity for Linux users and reinforce a perception that Windows is the primary or preferred platform for managing Microsoft Sentinel analytics rules.
Recommendations
- Include Linux-native automation examples, such as using Bash scripts, Azure CLI, or Python for rule management.
- When mentioning PowerShell, clarify that PowerShell Core is cross-platform and provide usage examples for Linux/macOS.
- Add explicit references and links to Azure CLI documentation and usage for exporting/importing rules.
- Present automation options in a platform-neutral order (e.g., 'API, Azure CLI, PowerShell, Bash'), rather than listing Windows tools first.
- Where possible, provide side-by-side examples for Windows (PowerShell) and Linux/macOS (Bash/Azure CLI) to ensure parity and inclusivity.
Create Pull Request