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 generally provides both Bash and Windows CMD examples for command-line operations, but consistently lists Windows (CMD) examples after Bash. There is no exclusive use of Windows tools or PowerShell, but the documentation does not provide PowerShell-specific examples, which is a common Windows scripting environment. The documentation does not provide Linux-specific troubleshooting steps, nor does it highlight Linux-specific tools or patterns. In some tables (e.g., Java version support), Windows is listed before Linux, which may subtly reinforce a Windows-first perspective. However, overall, the documentation is relatively balanced, but could improve Linux parity by including more Linux-specific notes and examples.
Recommendations:
- Add PowerShell examples alongside Bash and CMD, or clarify when PowerShell is supported.
- Where relevant, provide Linux-specific troubleshooting steps or notes (e.g., file permissions, environment variable differences).
- In tables and lists, alternate the order of Windows and Linux, or present them alphabetically to avoid implicit prioritization.
- Include explicit mentions of Linux tools or patterns (e.g., using systemd for local development, or Linux-specific environment configuration).
- Highlight any differences in behavior or setup between Windows and Linux environments, especially for local development and deployment.
- Ensure all command-line examples are tested and work as expected on both Windows and Linux shells.
Create pull request