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
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation demonstrates Windows bias by exclusively referencing Azure PowerShell for creating custom roles, without mentioning or providing examples for Linux-friendly alternatives such as Azure CLI, REST API, or ARM templates. No Linux or cross-platform command-line examples are provided, and the only automation tool referenced is PowerShell, which is traditionally associated with Windows environments.
Recommendations:
- Provide equivalent instructions and examples using Azure CLI, which is cross-platform and widely used on Linux.
- Mention REST API or ARM template options for creating custom roles, with links to relevant documentation.
- Explicitly state that PowerShell is available on Linux and macOS, or clarify if the instructions are Windows-specific.
- Add Linux/macOS screenshots or terminal examples where applicable.
- Ensure that all automation and scripting guidance is presented in a platform-agnostic way, or in parallel for both PowerShell and CLI.
Create pull request