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
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a subtle Windows bias by consistently mentioning PowerShell before Azure CLI, grouping them together as primary command-line interfaces, and not providing explicit Linux- or macOS-specific examples or guidance. The focus on PowerShell, a Windows-centric tool, and the lack of parity in example depth or order for cross-platform tools like Azure CLI may make Linux users feel secondary. There are no explicit Linux shell (bash) or macOS instructions, and the documentation does not clarify cross-platform differences or considerations.
Recommendations:
- Ensure that Azure CLI examples are presented before or alongside PowerShell, emphasizing its cross-platform nature.
- Explicitly mention that Azure CLI works on Windows, Linux, and macOS, and provide example commands in bash syntax where appropriate.
- Add a section or callout for Linux/macOS users, highlighting any differences or prerequisites.
- Where PowerShell is referenced, clarify that it is available cross-platform, or provide equivalent bash commands.
- Review linked articles (e.g., 'authorize-data-operations-cli.md' and 'authorize-data-operations-powershell.md') to ensure Linux parity in examples and instructions.
Create pull request