Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation exclusively describes role assignment using the Azure portal GUI, which is most commonly accessed from Windows environments. There are no examples or instructions for performing these tasks via command-line tools such as Azure CLI, PowerShell, or Bash, nor is there mention of Linux/macOS workflows. This creates friction for users who prefer or require automation or non-GUI access, especially on Linux/macOS.
Recommendations
- Add equivalent instructions for assigning roles using Azure CLI (az role assignment), including sample commands.
- Include PowerShell examples for Windows users, but ensure CLI/Bash examples are presented with equal prominence.
- Explicitly mention that the Azure portal is accessible from any modern browser on Linux/macOS, if GUI usage is required.
- Provide links to cross-platform role assignment documentation (e.g., Azure CLI, REST API) in the 'Related content' section.
Create Pull Request