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
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows bias by providing PowerShell-specific instructions and commands (e.g., 'Connect to the PowerShell interface', 'Remove-HcsKubernetesAzureArcAgent'), referencing Windows-native tools (e.g., robocopy, Explorer), and showing Windows-style mount commands before or instead of Linux equivalents. There are missing Linux command examples in several places, and Windows tools are mentioned without Linux alternatives.
Recommendations:
- For every PowerShell command or Windows tool mentioned (e.g., 'Remove-HcsKubernetesAzureArcAgent', robocopy, Explorer), provide equivalent Linux/bash commands and instructions.
- When giving mount command examples, include both Windows (e.g., net use or mount in Windows) and Linux (e.g., mount -t nfs ... in bash) syntax, and do not list Windows first by default.
- If referencing tools like robocopy or Explorer, also mention rsync, cp, or other common Linux file copy utilities.
- Where instructions say to 'Connect to the PowerShell interface', clarify if there is a Linux/SSH alternative, and provide those steps if available.
- Audit all examples and workarounds to ensure Linux users are equally supported and not required to infer or translate Windows-centric instructions.
Create pull request