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 uses 'command prompt' terminology and presents Windows-style commands (e.g., scp and ssh) with a 'cmd' code block label before switching to bash, but does not provide explicit Linux shell equivalents or clarify cross-platform usage. The initial instructions assume a Windows user context, which may confuse Linux users.
Recommendations:
- Provide both Windows and Linux/macOS command examples where relevant, especially for file transfer and SSH steps.
- Use neutral terminology such as 'terminal' or 'shell' instead of 'command prompt' to avoid implying a Windows-only environment.
- Clarify that the commands (scp, ssh) are available on both Windows (with tools like Git Bash or WSL) and Linux/macOS, or provide platform-specific instructions if there are differences.
- Label code blocks appropriately (e.g., 'bash' instead of 'cmd') when the commands are not Windows-specific.
- Add a note at the beginning specifying that the instructions apply to both Windows and Linux/macOS users, and highlight any platform-specific prerequisites.
Create pull request