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:
Summary:
The documentation avoids explicit Windows bias by not mentioning Windows-specific tools or PowerShell. However, it also does not provide any OS-specific command-line examples or considerations. The only CLI instructions use Azure CLI, which is cross-platform, but there are no examples or notes about running these commands on Linux or macOS, nor are there screenshots or troubleshooting steps for non-Windows environments. This could lead to a subtle bias by omission, as Linux users may not feel fully supported.
Recommendations:
- Explicitly state that Azure CLI commands work on Windows, Linux, and macOS.
- Add a note or example showing how to install Azure CLI on Linux (e.g., using apt, yum, or Homebrew).
- Include screenshots or terminal examples from a Linux shell (e.g., bash) in addition to or instead of GUI screenshots.
- Mention any OS-specific considerations (such as shell differences, permissions, or environment variables) if relevant.
- Ensure troubleshooting steps are inclusive of both Windows and Linux environments.
Create pull request