Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias in the 'Security audit logs' section, where PowerShell is mentioned explicitly as a method to retrieve activity log entries, but no Linux-specific examples (such as Bash or Azure CLI on Linux) are provided. The mention of PowerShell before Azure CLI also suggests a Windows-first approach. There are no references to Linux tools or patterns elsewhere in the document, and no explicit Linux usage examples are given.
Recommendations
- Provide explicit examples for retrieving activity logs using Azure CLI on Linux (e.g., Bash commands).
- Mention Azure CLI before or alongside PowerShell to avoid Windows-first ordering.
- Include references to Linux environments and tools where relevant, ensuring parity in instructions and examples.
- Add a note clarifying that Azure CLI is cross-platform and can be used on Windows, Linux, and macOS.
Create Pull Request