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
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows bias by providing detailed, step-by-step instructions for setting SACLs (auditing) on SMB shares using the Windows GUI, while the equivalent Linux/NFS instructions lack step-by-step guidance and instead refer users to a separate document. Windows tools and patterns (such as right-clicking in Windows Explorer) are described explicitly, whereas Linux/UNIX methods are not. Additionally, the Windows method is presented first, reinforcing the bias.
Recommendations:
- Provide step-by-step instructions for setting Audit ACEs on NFSv4.1 exports from a Linux client, including example commands (e.g., using nfs4_setfacl or setfacl).
- Ensure that Linux/NFS instructions are as detailed and accessible as the Windows/SMB instructions, possibly using side-by-side tabs or sections.
- Avoid always presenting Windows instructions first; alternate the order or present both equally.
- Include command-line examples for both Windows (e.g., PowerShell) and Linux (e.g., Bash) where applicable.
- Reference Linux-native tools and workflows explicitly, not just by linking to other documentation.
Create pull request