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-specific shells or tools. There is no explicit Windows bias in terms of PowerShell or Windows-only tools, but the absence of any mention of Linux/Unix shell environments, file paths, or platform-specific considerations may implicitly favor Windows users or those using Azure CLI on Windows. The documentation does not clarify cross-platform compatibility or provide parity examples for Linux users.
Recommendations:
- Explicitly state that all Azure CLI commands are cross-platform and can be run on Windows, Linux, and macOS.
- Where relevant, provide example commands or notes for both Windows (CMD/PowerShell) and Linux/macOS (Bash) environments, especially for any file path or environment variable usage.
- Add a section or note about installing and using Azure CLI on Linux, including any prerequisites or differences in command usage.
- If there are any platform-specific behaviors (e.g., storage account URL formats, CLI output differences), document these clearly.
- Ensure that documentation language and examples are inclusive of both Windows and Linux users, avoiding assumptions about the user's operating system.
Create pull request