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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a 'windows_first' bias by describing Windows container SSH access before Linux, despite Linux being the more common SSH use case. Additionally, it lacks parity in example depth: Windows containers are only described in terms of browser SSH (with no CLI or native SSH client instructions), while Linux containers receive detailed CLI and SSH client instructions. There are no PowerShell or Windows-native SSH client examples, but the lack of equivalent CLI/SSH client instructions for Windows containers constitutes a 'missing_linux_example' bias in reverse (i.e., missing Windows parity for CLI/SSH).
Recommendations:
- Reorder sections to present Linux and Windows instructions in parallel or start with Linux, as SSH is more commonly associated with Linux.
- Provide equivalent CLI/SSH client instructions for Windows containers, if supported, or clearly state their absence and suggest alternatives.
- If Windows containers support SSH via native Windows tools (e.g., PowerShell, Windows OpenSSH client), include those examples.
- Ensure both Linux and Windows sections have comparable depth and clarity in their instructions, including troubleshooting and example outputs.
- Explicitly mention any platform limitations (e.g., 'SSH via CLI is not supported for Windows containers') early and clearly.
Create pull request