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 presents Windows container SSH access first and describes it as requiring no modifications, while Linux custom containers are described as needing extra configuration. The detailed SSH access instructions and examples (CLI commands, SSH session walkthrough) are provided only for Linux containers, with no equivalent CLI or PowerShell instructions for Windows containers. This creates a 'windows_first' bias in structure, but a 'missing_linux_example' bias in the Windows section, as it lacks parity in example depth.
Recommendations:
- Provide equivalent, detailed SSH access instructions for Windows containers, including any available CLI or PowerShell commands, or explicitly state if such access is not possible.
- Balance the order of presentation by either combining the Linux and Windows instructions or alternating which platform is presented first.
- If Windows containers do not support CLI-based SSH access, clearly explain the limitation and suggest any available alternatives.
- Ensure both platforms have comparable example depth and clarity, including troubleshooting tips and session output where possible.
Create pull request