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:
Summary:
The documentation provides instructions for opening an SSH session via the Azure portal's browser-based interface, but does not mention or provide examples for connecting via native SSH clients, which are commonly used on Linux and macOS. There is no reference to platform-specific tools, but the lack of CLI-based instructions may disadvantage Linux users who prefer or require terminal access.
Recommendations:
- Add instructions for connecting to the App Service container using a native SSH client (e.g., via the terminal on Linux/macOS or PowerShell/CMD on Windows).
- Include example SSH command lines, such as: `ssh <user>@<app-name>.scm.azurewebsites.net`.
- Clarify any platform-specific prerequisites or differences, if applicable.
- Ensure that both browser-based and CLI-based access methods are documented for parity.
Create pull request