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
Summary:
The documentation generally maintains cross-platform parity, but there are subtle signs of Windows bias. In the Java section, command examples are given for Bash, PowerShell, and Cmd, with Bash listed first but Windows shells (PowerShell, Cmd) included explicitly. File paths in examples use backslashes (\), which are Windows-specific. The mention of 'command prompt' alongside 'terminal' may also suggest a Windows-first mindset. However, Linux tools like jq are mentioned, and most commands are cross-platform.
Recommendations:
- Where multiple shell examples are provided, always list Bash (Linux/macOS) first, but ensure all platforms are equally represented.
- Use forward slashes (/) in file paths or clarify when a path is platform-specific.
- When referring to the command line, prefer 'terminal' over 'command prompt' unless specifically referring to Windows.
- Ensure that all scripts and code snippets are tested and work on both Linux and Windows shells.
- Explicitly mention Linux/macOS equivalents for any Windows-specific instructions or tools.
- If referencing PowerShell, also mention Bash or zsh alternatives where appropriate.
Create pull request