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 does not display overt Windows bias in the form of Windows-specific commands, PowerShell usage, or Windows-first ordering. However, it lacks any explicit Linux or cross-platform shell examples, and does not mention OS-specific considerations. All command-line instructions are given using the Azure CLI, which is cross-platform, but there are no examples or notes about running these commands in Linux/macOS shells, nor are there any references to Linux-specific tools or environments.
Recommendations:
- Explicitly state that Azure CLI commands work on Windows, Linux, and macOS, and provide any necessary notes about shell differences (e.g., line continuation syntax).
- Add example commands or screenshots from a Linux terminal to demonstrate parity.
- If there are any OS-specific prerequisites or behaviors (such as file path formats or authentication methods), document these for both Windows and Linux.
- Where screenshots are used, consider including at least one from a Linux environment.
- If referencing local development or testing, mention both Windows and Linux environments to ensure inclusivity.
Create pull request