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 Windows Command Prompt (Cmd) examples for Maven and Azure CLI commands, but Windows (Cmd) examples are consistently presented alongside or immediately after Bash, sometimes with more prominence. There are no PowerShell-specific examples, but the presence of Windows Cmd tabs and terminology like 'command prompt' may reinforce a Windows-centric perspective. There are no Linux-specific tools or shell examples beyond Bash, and some instructions refer to 'command prompt' (a Windows term) rather than 'terminal' or 'shell'. Additionally, some tables and explanations list Windows before Linux, and there is no mention of Linux-specific troubleshooting or environment nuances.
Recommendations:
- Ensure that Bash examples are clearly labeled as suitable for both Linux and macOS, not just 'Bash'.
- Where 'command prompt' is mentioned, clarify with 'command prompt (Windows)' and 'terminal (Linux/macOS)'.
- Consider providing PowerShell examples only if there is unique functionality, otherwise focus on Bash (cross-platform) and clarify compatibility.
- In tables and lists, alternate the order of Windows and Linux, or list Linux first where appropriate.
- Add Linux/macOS-specific troubleshooting tips or notes where environment differences may affect users.
- Explicitly state that all CLI and Maven commands work identically on Linux/macOS unless otherwise noted.
- Where possible, include screenshots or terminal output from both Windows and Linux environments to reinforce parity.
Create pull request