Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by prioritizing PowerShell examples and referencing Windows-centric troubleshooting resources. While Azure CLI examples are present (which are cross-platform), there are no explicit Linux shell (bash) examples, nor are Linux-specific tools or troubleshooting patterns mentioned. The troubleshooting link uses a Windows tab by default, and there is no parity in guidance for Linux clients or NFS scenarios. The .NET SDK examples are platform-neutral, but the overall pattern is Windows-first.
Recommendations
- Add explicit bash/Linux shell examples for metric queries using Azure CLI, including sample scripts and environment notes.
- Include troubleshooting guidance and links for Linux clients (e.g., mounting Azure Files via SMB/NFS on Linux, performance investigation steps for Linux).
- Reference Linux tools (such as smbclient, mount.cifs, nfs-utils) where appropriate for monitoring or troubleshooting.
- Ensure that troubleshooting links and tabs provide Linux-first or equal visibility, not defaulting to Windows.
- Mention NFS monitoring and metrics where supported, and provide examples for NFS scenarios.
- Balance PowerShell and CLI examples by showing both in parallel, and clarify cross-platform applicability.
Create Pull Request