Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by consistently presenting PowerShell examples and terminology, and by listing PowerShell before Azure CLI in most cases. While Azure CLI is included (which is cross-platform), there are no explicit Linux shell examples (e.g., Bash), nor any mention of Linux-specific tools or workflows. The documentation does not provide parity for Linux users in terms of command-line examples or guidance, and PowerShell is featured heavily, which is primarily a Windows-centric tool (despite its cross-platform availability).
Recommendations
- Add explicit Bash shell examples for Azure CLI commands, showing usage in a typical Linux environment.
- Clarify that Azure CLI commands work identically on Linux, macOS, and Windows, and provide any Linux-specific notes if relevant (e.g., installation, authentication).
- Balance the order of examples: alternate or randomize the order between PowerShell and CLI, or present CLI first in some sections.
- Mention Linux-native tools (such as AzCopy, which is referenced but not exemplified) and provide example usage in Linux.
- Where PowerShell is referenced, note its cross-platform availability and provide installation instructions for Linux if appropriate.
- Consider including screenshots or terminal outputs from Linux environments to visually represent parity.
Create Pull Request