Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by consistently mentioning Azure PowerShell before Azure CLI when discussing how to query properties or initiate failover actions. There are no explicit Linux or Unix-specific examples, nor are Linux tools or workflows highlighted. The guidance and examples are platform-neutral in some areas, but where tooling is mentioned, Windows-centric tools (PowerShell) are prioritized or listed first, and Linux parity is not addressed.
Recommendations
- Ensure that all command-line examples are provided for both Azure PowerShell and Azure CLI, with equal prominence and ordering (alternate which is listed first, or present side-by-side).
- Explicitly mention Linux and macOS compatibility for Azure CLI and client libraries, and provide examples of usage on those platforms.
- Where file share mounting/remounting is discussed, include SMB/NFS mount instructions for Linux clients alongside any Windows instructions.
- Add troubleshooting or operational guidance for Linux environments, such as handling file handles, leases, and failover scenarios on Linux.
- Review linked articles to ensure Linux parity in disaster recovery and failover workflows.
Create Pull Request