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 presents Windows container SSH access first and describes it as requiring no special configuration, while Linux containers are described as needing extra steps. The Windows section lacks any CLI or command-line examples (since they're not supported), but the Linux section provides detailed CLI instructions and examples. There are no PowerShell or Windows command-line examples, but the ordering and framing may give the impression that Windows is simpler or preferred. There is also a lack of parity in the level of detail: Linux users get step-by-step CLI instructions, while Windows users are told only that browser SSH is supported.
Recommendations:
- Present Linux and Windows instructions in parallel, with equal detail and prominence.
- Clarify up front that SSH via CLI is only supported for Linux containers, and explain why this is the case.
- If possible, provide equivalent command-line or automation options for Windows containers, or explicitly state their absence and suggest alternatives.
- Avoid language that frames one platform as simpler or requiring less effort unless this is a technical limitation, and explain the reasons for any differences.
- Consider adding a summary comparison table of SSH access methods for both Linux and Windows containers.
Create pull request