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:
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation exclusively provides Azure CLI examples and does not mention or provide examples for Linux or macOS environments, nor does it address platform-specific considerations. There is an implicit Windows bias in the troubleshooting workflow (e.g., opening a Microsoft support ticket, referencing Azure CLI without clarifying cross-platform compatibility), and no mention of Linux-native tools or shell environments. The documentation assumes the user is familiar with Azure CLI, which is available cross-platform, but does not explicitly demonstrate or acknowledge usage on Linux or macOS, nor does it provide Bash or shell script examples.
Recommendations:
- Explicitly state that Azure CLI commands work on Windows, Linux, and macOS, and provide example commands in both Windows (cmd/PowerShell) and Linux/macOS (Bash/zsh) shell formats where relevant.
- Include notes or sections on installing and using Azure CLI on Linux and macOS, with links to official installation guides.
- If any output handling (such as downloading blobs or parsing JSON) is required, provide examples using Linux-native tools (e.g., curl, jq, wget) in addition to any Windows tools.
- Clarify that the troubleshooting steps and commands are platform-agnostic, or call out any platform-specific differences if they exist.
- Add troubleshooting tips or common issues for Linux/macOS users, such as permissions, environment variables, or shell syntax differences.
Create pull request