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:
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by exclusively referencing PowerShell cmdlets (e.g., Set-vSANDataInTransitEncryption), using 'Run command' patterns typical of Windows/Azure environments, and mentioning Windows Server Failover Clusters as a supported feature. There are no Linux/Unix command-line examples, nor are Linux tools or workflows referenced. The documentation assumes the use of Windows-centric tools and interfaces, with no parity for Linux users.
Recommendations:
- Provide equivalent Linux/Unix command-line examples (e.g., using VMware's govc CLI, REST API, or PowerCLI on Linux).
- Mention and document how to perform the same operations from a Linux environment, including any required tools or prerequisites.
- List Linux-based guest OS requirements and considerations alongside Windows-specific features like WSFC.
- Avoid assuming the use of PowerShell or Windows-only tools; where possible, present cross-platform alternatives first or in parallel.
- Clarify if any features or commands are only available via Windows tools, and suggest workarounds or alternatives for Linux users.
Create pull request