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
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows bias by providing a security rule example that exclusively targets Windows server sign-in failures, without offering a comparable Linux example. Throughout the document, there is an implicit assumption of Windows environments, and no Linux-specific queries, scripts, or scenarios are provided, despite the cross-platform capabilities of Azure Arc and Microsoft Defender for Cloud.
Recommendations:
- Include equivalent Linux-focused examples, such as a scheduled query rule for failed SSH logins on Linux servers.
- When demonstrating security rules or queries, provide both Windows and Linux scenarios side by side.
- Explicitly mention that the integration process supports both Windows and Linux VMs, and provide links or references to Linux-specific documentation where appropriate.
- If scripts are generated for onboarding, clarify whether both Windows (PowerShell) and Linux (Bash/Shell) scripts are available, and show examples of both.
- In the 'Create rules to identify security threats' section, add a Linux example query (e.g., detecting multiple failed sudo attempts or SSH login failures).
Create pull request