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_first
Summary:
The documentation provides both PowerShell and Azure CLI examples for granting Microsoft Graph permissions, but the PowerShell example is presented first and in greater detail, which may indicate a slight Windows-first and PowerShell-heavy bias. There are no explicit Linux shell or bash examples, and the PowerShell script is more prominent, which could disadvantage Linux users who are less familiar with PowerShell.
Recommendations:
- Present Azure CLI (bash/shell) examples before PowerShell, or at least give them equal prominence.
- Explicitly mention that Azure CLI commands work cross-platform (Linux, macOS, Windows) to encourage non-Windows users.
- Consider providing bash script examples where appropriate, especially for steps that involve scripting.
- Add a note clarifying that PowerShell Core is cross-platform, but that Azure CLI is generally preferred for Linux environments.
- Ensure that screenshots and UI instructions are not specific to Windows environments.
Create pull request