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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by providing only PowerShell examples for custom role creation and assignment, and by referencing Azure PowerShell before (or instead of) cross-platform tools like Azure CLI. There are no equivalent Azure CLI or REST API examples for Linux/macOS users, and the only code sample is in PowerShell. While Azure CLI and REST API are mentioned in passing, practical guidance and examples are absent.
Recommendations:
- Provide equivalent Azure CLI examples alongside PowerShell for all role assignment and custom role creation tasks.
- Include REST API examples where appropriate, especially for automation scenarios.
- When listing tools, mention Azure CLI first or equally with PowerShell to reflect its cross-platform nature.
- Add a note clarifying that PowerShell examples are for Windows and that CLI/REST API examples are available for Linux/macOS users.
- Ensure that all code samples are available in both PowerShell and Azure CLI to improve accessibility for non-Windows users.
Create pull request