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
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation provides both Bash and Cmd (Windows Command Prompt) examples for most CLI operations, but consistently lists Windows/Cmd examples after Bash. There are no PowerShell-specific examples, but the presence of both Bash and Cmd covers both Linux/macOS and Windows users. However, some sections (such as Java version support) list 'Windows' before 'Linux', and there are no explicit Linux-specific troubleshooting tips or references to Linux tools or shell environments beyond Bash. There is also a lack of explicit mention of Linux distributions or package management, and no Linux-specific caveats or examples (e.g., for environment variables, file paths, or permissions). The documentation does not show exclusive Windows bias, but there is a subtle 'windows_first' ordering and a lack of Linux-specific depth.
Recommendations:
- Ensure that Linux and Windows are given equal prominence in tables and examples (alternate order or explicitly state parity).
- Add Linux-specific troubleshooting tips or notes, especially for common issues (e.g., file permissions, environment variable export, case sensitivity).
- Include references to Linux distributions or package managers when discussing JDK installation or environment setup.
- Where file paths or environment variables are discussed, show both Windows and Linux syntax (e.g., JAVA_HOME path examples, export vs set).
- Consider adding a section or callout for Linux/macOS users with tips or best practices.
- If possible, provide PowerShell examples in addition to Cmd for Windows users, and clarify when Bash examples are suitable for macOS as well as Linux.
Create pull request