Bias Analysis
Detected Bias Types
windows_tools
windows_first
missing_linux_example
Summary
The documentation page exclusively describes role assignment and management using the Azure portal, a graphical interface most commonly used on Windows. There are no examples or instructions for performing these tasks via command-line tools such as Azure CLI or PowerShell, nor are Linux-specific workflows or screenshots provided. The documentation implicitly assumes use of the Azure portal, which is most familiar to Windows users, and does not mention or prioritize cross-platform alternatives.
Recommendations
- Add step-by-step instructions for assigning roles using Azure CLI, which is cross-platform and works on Linux, macOS, and Windows.
- Include PowerShell examples for role assignment, and clarify that PowerShell Core is available on Linux and macOS.
- Provide screenshots or terminal output examples from Linux environments to demonstrate parity.
- Explicitly mention that all role assignment tasks can be performed from Linux, macOS, or Windows using CLI tools.
- Consider reordering sections so that cross-platform command-line methods are presented before or alongside portal-based instructions.
Create Pull Request