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
Summary:
The documentation provides both Bash and PowerShell examples for all CLI commands, but PowerShell is always presented second, and there is no explicit mention of Linux or macOS environments. The use of PowerShell tabs and syntax may implicitly favor Windows users, and there are no Linux-specific troubleshooting tips or references to Linux tools. However, the CLI commands themselves are cross-platform, and Bash examples are present throughout.
Recommendations:
- Explicitly mention that all CLI commands work on Linux, macOS, and Windows, and that Bash examples are suitable for Linux/macOS users.
- Consider presenting Bash (Linux/macOS) examples first, or clarify that Bash is the default for non-Windows platforms.
- Add a note or section about running Azure CLI in native Linux/macOS terminals, including any prerequisites or differences (e.g., installation, authentication).
- Include troubleshooting tips or references for common Linux/macOS issues (e.g., permissions, environment variables).
- Where PowerShell is referenced, clarify that it is primarily for Windows users, and that Bash is recommended for Linux/macOS.
Create pull request