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:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation provides both Command Prompt and PowerShell examples for creating and running the Java application, but does not include any Linux or macOS-specific shell (e.g., Bash) examples. The order of presentation lists Windows tools (Command Prompt, PowerShell) first and exclusively, omitting common Linux/Mac equivalents. This may make the documentation less accessible to users on non-Windows platforms.
Recommendations:
- Add Bash (or generic Unix shell) command examples alongside Command Prompt and PowerShell for all command-line instructions.
- Present examples in a platform-neutral order or group them together (e.g., 'Windows (Command Prompt/PowerShell)', 'Linux/macOS (Bash)').
- Explicitly mention that the instructions are cross-platform and provide any necessary notes for Linux/macOS users (e.g., differences in path separators, environment variables, or prerequisites).
- Where possible, use platform-agnostic terminology such as 'terminal' or 'shell' instead of 'command window'.
Create pull request