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 Command Prompt (cmd) examples for CLI operations, but consistently lists Windows/cmd examples immediately after Bash, sometimes with more detail or parity. There is no explicit PowerShell usage, but the presence of 'cmd' tabs and references to 'command prompt' in getting started sections may suggest a slight Windows-first orientation. There are no Linux-specific tools or patterns mentioned, and some sections (such as the initial 'Getting started' table) refer to 'terminal/command prompt' without clarifying Linux vs. Windows. There are no Linux-only examples or guidance, and no mention of Linux-specific troubleshooting or behaviors.
Recommendations:
- Ensure that all command-line examples are provided for Bash (Linux/macOS), Windows cmd, and PowerShell where appropriate, and that Bash examples are not treated as secondary.
- In getting started and tooling sections, explicitly mention Linux and macOS support, not just 'terminal/command prompt'.
- Add Linux/macOS-specific notes or troubleshooting tips where behaviors may differ (e.g., file paths, environment variable syntax).
- Where possible, provide parity in screenshots or step-by-step instructions for both Windows and Linux environments.
- Consider adding a section or callout for common Linux/macOS developer workflows, such as using VS Code on Linux, or running Maven from a Unix shell.
Create pull request