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_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a bias towards Windows by referencing Azure PowerShell as the only scripting/automation method for creating custom roles, without mentioning Azure CLI or Bash alternatives. There are no Linux-specific or cross-platform command-line examples, and the only automation guidance links to a PowerShell-based tutorial. The rest of the instructions are GUI-based, which are platform-neutral but do not provide parity for Linux users who may prefer CLI tools.
Recommendations:
- Add equivalent Azure CLI (az) commands for creating and managing custom roles, alongside the PowerShell example.
- Reference both Azure PowerShell and Azure CLI documentation when discussing automation or scripting.
- Include explicit Linux/macOS command-line examples where relevant, especially for automation tasks.
- Clarify that both PowerShell and Azure CLI are cross-platform, but provide usage examples for each.
- Consider adding a section or note on how to perform these tasks using Bash or in a Linux environment.
Create pull request