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
⚠️
missing_linux_example
Summary:
The documentation presents configuration steps and CLI examples only in the context of the Azure portal and Azure CLI, without specifying or demonstrating any OS-specific commands. However, there is an implicit Windows bias: the Azure CLI installation and usage instructions do not mention Linux or macOS environments, nor do they provide any shell-specific guidance (e.g., Bash vs. PowerShell). There are no Linux-specific examples, troubleshooting tips, or references to Linux tools or shell environments, which may leave Linux users without clear guidance.
Recommendations:
- Explicitly mention that Azure CLI commands are cross-platform and provide links or instructions for installing and using Azure CLI on Linux and macOS.
- Include example commands using both Bash (for Linux/macOS) and PowerShell (for Windows), or clarify that the given commands work in all supported shells.
- Add troubleshooting tips or notes for common issues on Linux (e.g., permissions, environment variables, dependency installation).
- Where UI navigation is described, clarify that the Azure portal is web-based and OS-agnostic.
- Consider adding a section or callout for Linux/macOS users to ensure parity and inclusivity.
Create pull request