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 Windows CMD examples are consistently presented alongside or immediately after Bash, sometimes with more detail. There is a notable lack of Linux-specific guidance or troubleshooting, and some sections (such as Java version support) list Windows before Linux, with more detailed notes for Windows. There are no PowerShell-specific examples, but the overall pattern is to treat Windows as a primary or default environment, with Linux as a secondary consideration. There are no Linux-only tools or patterns highlighted, and Linux troubleshooting or nuances are not discussed.
Recommendations:
- Wherever command-line examples are given, ensure Bash (Linux/macOS) examples are presented first, or at least equally, and clarify that Bash applies to both Linux and macOS.
- Add Linux-specific troubleshooting notes or guidance, especially for common issues such as file permissions, environment variable configuration, and differences in Java installation paths.
- In tables and lists, avoid listing Windows before Linux by default; consider alphabetical or usage-based ordering.
- Where the Azure CLI is used, clarify that it is cross-platform and provide any necessary notes for Linux users (e.g., installation, shell compatibility).
- If there are any differences in behavior or configuration between Windows and Linux (such as supported Java versions, file system paths, or environment variable conventions), call these out explicitly.
- Consider including a section or appendix specifically for Linux/macOS users, summarizing any unique considerations or best practices.
Create pull request