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
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows bias by providing file path examples in Windows format (e.g., C:\Users\...), referencing Windows-specific file locations, and omitting equivalent Linux/macOS instructions for saving SSH keys or file paths. The workflow assumes a Windows environment for Visual Studio Code usage and does not provide parallel guidance for Linux users.
Recommendations:
- Include Linux/macOS file path examples alongside Windows paths when instructing users where to save SSH keys (e.g., ~/.ssh/weeu_deployer.ssh).
- Explicitly mention steps for Linux/macOS users, such as using the terminal to save the SSH key with appropriate permissions (e.g., chmod 600).
- When referencing Visual Studio Code commands or shortcuts, note any differences for Linux/macOS platforms.
- Provide screenshots or descriptions that are platform-agnostic or include both Windows and Linux/macOS variants where relevant.
- Review all instructions to ensure parity for users on non-Windows platforms.
Create pull request