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
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows bias by presenting Windows/Powershell examples and workflows first or exclusively in several sections. The registration of the feature is shown with Azure PowerShell commands first, and the instructions for setting SACLs are detailed only for Windows, with Linux/NFS instructions being less explicit and referring to external documentation. There is also a focus on Windows tools and UI steps (e.g., right-clicking in Windows Explorer), while equivalent Linux command-line or GUI steps are missing.
Recommendations:
- Provide Linux/Unix command-line examples (e.g., using setfacl or nfs4_setfacl) for setting Audit ACEs and SACLs, with step-by-step instructions similar to the Windows section.
- Present Azure CLI commands before or alongside PowerShell commands for feature registration and status checking.
- Balance the order of presentation so that Linux/NFS and Windows/SMB instructions are given equal prominence, possibly using tabs or parallel sections.
- Include screenshots or terminal output for Linux workflows where Windows screenshots are provided.
- Ensure that all procedures (enabling/disabling logs, setting ACLs) have both Windows and Linux examples, not just references to other documentation for Linux.
Create pull request