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
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation shows a moderate Windows bias: Windows tools and patterns (such as Putty and .cmd code blocks) are mentioned first or exclusively in some sections, and Linux-native alternatives are not always presented with equal prominence. Some commands are shown in Windows command prompt style, and the SSH client recommendation is Windows-centric.
Recommendations:
- When listing prerequisites, mention both Windows and Linux SSH clients equally (e.g., 'An SSH client such as OpenSSH (Linux/macOS) or Putty (Windows)').
- For command-line examples, provide both Windows and Linux/macOS command syntax where they differ, or clarify which OS the example is for.
- Use neutral or dual code block formatting (e.g., both 'cmd' and 'bash') for commands like 'scp', 'ssh', and 'mvn', and clarify any OS-specific differences.
- Where Windows tools (like Putty) are mentioned, also mention Linux/macOS equivalents (like the built-in 'ssh' command).
- Review all code snippets and instructions to ensure Linux users are not required to adapt Windows-specific instructions on their own.
- Consider adding a short section or callout for cross-platform usage tips, especially for common developer environments.
Create pull request