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:
⚠️
powershell_heavy
⚠️
windows_first
Summary:
The documentation page shows a moderate Windows bias by providing its first and most detailed example using Azure PowerShell, which is most commonly used on Windows. The PowerShell example is presented before the Azure CLI and REST API examples, and is referenced multiple times as a primary tool for role assignment management. There are no explicit Linux-specific examples or mentions of Linux shell usage, and the CLI example is not shown in a Linux context.
Recommendations:
- Provide parallel examples for both Azure PowerShell and Azure CLI, explicitly showing CLI usage in a Bash/Linux shell context.
- When listing tools or examples, alternate the order or present Azure CLI examples before or alongside PowerShell to avoid 'Windows-first' perception.
- Include explicit notes that Azure CLI is cross-platform and works natively on Linux, macOS, and Windows.
- Wherever PowerShell is mentioned, clarify that it is available cross-platform, or provide Bash equivalents where appropriate.
- Add a section or callout for Linux users, highlighting any differences or tips for managing Azure RBAC from Linux environments.
Create pull request