Bias Analysis
Detected Bias Types
windows_first
windows_tools
powershell_heavy
missing_linux_example
Summary
The documentation demonstrates a Windows bias in several areas: examples and references to Windows-specific event sources (e.g., Microsoft-Windows-Sysmon), deployment and management instructions that prioritize or exclusively mention Windows tools such as PowerShell, and a lack of Linux-specific or cross-platform alternatives for key steps (e.g., deleting functions, deploying templates). There are no explicit Linux or bash examples, and Windows-centric terminology and workflows are presented first or exclusively.
Recommendations
- Include Linux-specific examples, such as using Syslog or Linux-native event sources in filtering and mapping sections.
- Provide bash/CLI alternatives for deployment and management steps, such as using Azure CLI or REST API for ARM template deployment and function deletion.
- Reference Linux tools and workflows alongside Windows tools (e.g., mention both PowerShell and bash/CLI for automation tasks).
- Ensure event source examples cover both Windows and Linux environments, such as showing how to filter for Linux audit logs or other common Linux sources.
- Add explicit guidance for Linux users in sections that currently only mention Windows or PowerShell.
- Review and update documentation to use neutral, cross-platform language where possible.
Create Pull Request