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 exhibits a Windows bias by presenting Windows/Powershell examples and instructions first, providing detailed step-by-step instructions for setting SACLs via the Windows GUI, and referencing Windows tools (e.g., robocopy) without Linux equivalents. There are no equivalent step-by-step instructions or command-line examples for Linux users, especially for setting Audit ACEs on NFSv4.1 shares. The registration section also prioritizes Azure PowerShell, with only a brief mention of Azure CLI. This may hinder Linux administrators from easily following the documentation.
Recommendations:
- Provide equivalent step-by-step instructions for setting Audit ACEs on NFSv4.1 shares from a Linux client, including example commands (e.g., using nfs4_setfacl).
- Include Linux command-line examples for relevant operations, such as registering the feature with Azure CLI, alongside or before PowerShell examples.
- Mention Linux tools (e.g., rsync) alongside Windows tools like robocopy when discussing migration scenarios.
- Ensure that instructions and screenshots are balanced between Windows and Linux environments, or provide tabs for each platform where applicable.
- Clarify in each section which steps are for Windows and which are for Linux, and avoid assuming a Windows administration host as the default.
Create pull request