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
Summary:
The documentation demonstrates some Windows bias, particularly in the registration instructions for preview features, where PowerShell is presented before Azure CLI. There are also references to PowerShell and Windows tools (e.g., PowerShell screenshots and cmdlets), even though the main focus of the guide is on Linux clients. However, the core technical instructions and examples for encrypting NFS data in transit are Linux-centric, with detailed steps for multiple Linux distributions and no actual Windows mounting instructions (since NFS Azure Files with EiT is Linux-only).
Recommendations:
- Present Azure CLI instructions before PowerShell, as CLI is cross-platform and more relevant for Linux users.
- Replace or supplement PowerShell screenshots with Linux terminal screenshots where appropriate.
- Avoid using the term 'cmdlet' when referring to Linux commands; use 'command' or 'CLI command' instead.
- Clarify early in the document that the feature is only supported on Linux, and remove any unnecessary references to Windows tools or PowerShell unless specifically relevant to management tasks that can only be done from Windows.
- Ensure all troubleshooting and verification screenshots are from Linux environments.
- If management tasks (such as registration) must be performed from Windows/PowerShell, provide equivalent Bash/CLI instructions and note any platform limitations.
Create pull request