Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
powershell_heavy
Summary
The documentation page demonstrates a Windows bias by providing a detailed example only for a Windows policy ('Audit Windows Time Zone'), with no equivalent Linux example. Windows policies and scenarios are mentioned before Linux ones, and the example walkthrough is exclusively Windows-focused. While Linux policies are referenced in lists and notes, there is no step-by-step assignment or parameter walkthrough for a Linux policy. The programmatic section lists PowerShell commands (Windows-centric) alongside CLI and REST, but does not provide Linux-specific command examples or shell scripts.
Recommendations
- Add a parallel example walkthrough for a Linux policy (e.g., 'Audit Linux machines that have the specified applications installed'), including assignment steps and parameter configuration.
- Ensure Linux policies are mentioned with equal prominence and detail as Windows policies in example sections.
- Include Linux shell (bash) command examples for programmatic access, such as using Azure CLI from a Linux terminal.
- Balance references to PowerShell with equivalent Linux-native tools or scripts where possible.
- Add screenshots or illustrations showing Linux policy assignment and compliance results.
Create Pull Request