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
Summary:
The documentation consistently presents SMB (the Windows protocol) as the default and standard, mentioning it before NFS (the Linux protocol) in all relevant sections. While NFS is acknowledged as the Linux option, there are no concrete examples or instructions for Linux users (e.g., no Linux mount commands or guidance for accessing shares from Linux clients). Additionally, user management and permission modification references are Windows-centric (e.g., 'use File Explorer to modify these permissions'), with no Linux equivalents provided.
Recommendations:
- Provide explicit Linux/NFS examples, such as sample mount commands for NFS shares (e.g., 'mount -t nfs ...').
- Balance the order of protocol presentation: alternate or clarify that SMB is for Windows and NFS is for Linux, rather than always listing SMB first.
- Include instructions or references for managing permissions from Linux clients (e.g., using chmod/chown or NFS export options).
- Where File Explorer or other Windows tools are mentioned, add equivalent Linux tools (e.g., Nautilus, command-line instructions) or note their absence.
- Add screenshots or walkthroughs for Linux client scenarios, not just Windows.
Create pull request