Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation exclusively describes role assignment and access management using the Azure portal web interface, which is most commonly accessed from Windows environments. There are no examples or instructions for performing these tasks using cross-platform tools such as Azure CLI, PowerShell, or REST API, nor is there any mention of Linux/macOS workflows. The absence of CLI or API instructions creates friction for users who prefer or require command-line automation, especially on Linux/macOS.
Recommendations
- Add equivalent instructions for assigning roles using Azure CLI, which is cross-platform and widely used on Linux/macOS.
- Include PowerShell examples for Windows users, but ensure CLI/API examples are presented first or alongside.
- Mention REST API options for automation and scripting, with example requests.
- Explicitly state that the Azure portal is accessible from any OS, but highlight CLI/API alternatives for Linux/macOS users.
- Where screenshots are used, clarify that the portal UI is the same across platforms.
Create Pull Request