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 containers first and provides more detail for Linux containers, but omits equivalent SSH/CLI instructions for Windows containers. The Linux section includes step-by-step CLI commands and example outputs, while the Windows section only mentions browser-based SSH and explicitly states that Azure CLI SSH sessions are not supported for Windows containers. There are no PowerShell or Windows-native SSH client examples, nor guidance for advanced Windows container access.
Recommendations:
- Provide parity in example depth: If browser-based SSH is the only supported method for Windows containers, explicitly state this and explain the technical reasons. If there are alternative methods (e.g., PowerShell remoting, Windows SSH client), provide step-by-step instructions and examples as done for Linux.
- Include Windows-native command-line examples: If possible, show how to use Windows tools (e.g., PowerShell, Windows SSH client) to connect to Windows containers, or clarify their limitations.
- Balance section order: Consider alternating or combining Linux and Windows instructions for each scenario, or clearly indicate why one platform has more options.
- Clarify feature parity: Add a comparison table summarizing which SSH access methods are available for Linux vs. Windows containers, so users can quickly see the differences.
Create pull request