Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page for scheduled analytics rules in Microsoft Sentinel demonstrates a mild Windows bias. In the 'Next steps' section, automation of rule enablement is described via API and PowerShell, with PowerShell explicitly referenced and linked before any mention of Linux-compatible alternatives. There are no Linux shell (bash/CLI) examples or references to cross-platform tools like Azure CLI, and PowerShell is presented as the default scripting method for automation. No explicit Windows-only tools are mentioned, but the lack of Linux/macOS parity in examples and tool references may create friction for non-Windows users.
Recommendations
- Add Azure CLI examples and references alongside PowerShell for automation tasks, as Azure CLI is cross-platform and widely used on Linux/macOS.
- Explicitly mention that PowerShell Core is available on Linux/macOS, or provide bash scripting examples where appropriate.
- Ensure that automation instructions do not assume a Windows environment; clarify which steps are platform-agnostic.
- Where possible, provide parity in code samples and tool recommendations for Linux/macOS users.
Create Pull Request