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 exclusively describes Windows-based tools and workflows (Windows Explorer, Microsoft Management Console) for managing SMB share ACLs in Azure NetApp Files. There are no examples or instructions for performing these tasks from Linux or cross-platform tools, and Windows tools are mentioned first and exclusively throughout.
Recommendations:
- Add equivalent instructions for viewing and managing SMB share ACLs from Linux systems, using tools such as smbclient, smbcacls, or other Samba utilities.
- If certain operations are only possible from Windows, clearly state this limitation at the beginning of the documentation.
- Consider including PowerShell and command-line examples for Windows, as well as CLI-based alternatives for Linux where possible.
- Provide a summary table comparing available management options for both Windows and Linux clients.
- Reference or link to any relevant cross-platform or REST API methods (if available) for managing SMB share ACLs.
Create pull request