Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by primarily referencing Microsoft-centric tools and workflows, such as PowerShell and Active Directory, for user management. Examples and instructions for user and role management are given for the Azure portal and PowerShell, with no mention of Linux CLI tools or Linux-native user management approaches. Integration examples focus on Microsoft Entra ID (formerly Azure AD) and LDAP, but only in the context of Active Directory. There is no guidance for Linux-based user management, nor are Linux equivalents (such as CLI commands or open-source LDAP solutions) referenced.
Recommendations
- Include Linux CLI examples for user and role management in Azure (e.g., using Azure CLI on Linux).
- Provide instructions for managing users on OT sensors using Linux-native tools or commands, if supported.
- Mention open-source LDAP solutions (such as OpenLDAP) and provide integration steps for non-Active Directory environments.
- Add parity in examples by showing both PowerShell and Bash/Azure CLI commands for role assignments.
- Clarify whether OT sensors support Linux authentication mechanisms (e.g., PAM, local /etc/passwd management) and document those options if available.
Create Pull Request