About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation page for Microsoft Sentinel scheduled analytics rules demonstrates a Windows bias primarily by referencing PowerShell as the only scripting/automation interface for enabling rules via command line, and by mentioning PowerShell before API in the 'Next steps' section. There are no Linux or cross-platform CLI examples (such as Azure CLI or Bash), and no mention of Linux-native tools or workflows. This may give the impression that only Windows or PowerShell users can automate or script rule management, omitting equivalent Linux-friendly approaches.
Recommendations:
- Include Azure CLI examples for exporting, importing, and enabling analytics rules, alongside or before PowerShell examples.
- Explicitly mention that APIs and automation can be accessed from any platform, not just Windows.
- Provide Bash or shell script snippets for common tasks, or reference cross-platform tools.
- Add a note clarifying that PowerShell Core is available cross-platform, or provide links to relevant Linux installation guides.
- Ensure that any automation or scripting guidance is platform-neutral or includes both Windows and Linux options.
Create pull request