Detected Bias Types
Windows First
Powershell Heavy
Missing Linux Example
Summary
The documentation page demonstrates mild Windows bias by listing Azure PowerShell as a primary method for resource provider registration, mentioning it before Azure CLI, and not providing explicit Linux/macOS-specific instructions or examples. The registration steps reference Azure portal and Azure PowerShell first, with Azure CLI mentioned last, and there are no explicit Bash or Linux/macOS command examples. However, Azure CLI is cross-platform and included, so Linux users can still follow the instructions.
Recommendations
- Present Azure CLI examples before or alongside Azure PowerShell, as CLI is cross-platform and preferred by many Linux/macOS users.
- Explicitly state that Azure CLI commands work on Linux/macOS and provide sample commands for both PowerShell and Bash shells.
- Add a note clarifying that Azure PowerShell is primarily for Windows, while Azure CLI is available on all platforms.
- Where possible, provide screenshots or terminal snippets from Linux/macOS environments to improve parity.