Bias Analysis
Detected Bias Types
windows_tools
powershell_heavy
windows_first
Summary
The documentation page for creating scheduled analytics rules in Microsoft Sentinel demonstrates a moderate Windows bias. While the core workflow is portal-based and platform-agnostic, references to automation and rule management via PowerShell are present, and PowerShell is mentioned as the primary scripting tool for enabling rules via code. There are no Linux shell (bash/CLI) equivalents or examples provided, and the only automation tooling referenced outside the portal is Windows-centric. Additionally, the mention of exporting rules to ARM templates and enabling via API is followed by PowerShell, with no Linux or cross-platform alternatives suggested. The order of mention also places Windows tools before API usage.
Recommendations
- Include examples for managing analytics rules using Azure CLI (az sentinel), which is cross-platform and works on Linux/macOS.
- Provide bash or shell script snippets for exporting/importing rules, or reference relevant Linux tools.
- Explicitly state that API-based management can be performed from any OS, and provide curl or Python examples for Linux/macOS users.
- Mention that PowerShell Core is available on Linux/macOS, or clarify if only Windows PowerShell is supported.
- Add a section or note on Linux/macOS automation options for rule management.
Create Pull Request