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
⚠️
windows_tools
Summary:
The documentation consistently lists Windows-centric tools (PowerShell) before cross-platform or Linux-native options (CLI) when describing how to create Service Bus entities. PowerShell is explicitly mentioned as a primary method, and the linked PowerShell documentation is Windows-focused. There are no explicit Linux command-line examples or references to Linux-specific tools, and the ordering of options subtly prioritizes Windows workflows.
Recommendations:
- List cross-platform tools (Azure CLI) before Windows-specific tools (PowerShell) when presenting options for creating or managing resources.
- Explicitly mention that Azure CLI works on Linux, macOS, and Windows, and provide example commands for both PowerShell and Bash/shell environments.
- Where PowerShell is referenced, ensure equivalent Bash or shell examples are provided, or link to Linux/macOS-specific quickstarts.
- Avoid using 'PowerShell' as a default or primary example; instead, present CLI or REST API as the first and most universal option.
- Add a note clarifying that all management operations can be performed from Linux, macOS, and Windows, and provide links to relevant documentation for each platform.
Create pull request