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 scripts for granting Microsoft Graph permissions, but the PowerShell example is presented first and in greater detail, which may suggest a preference for Windows-centric tooling. There is no explicit Linux example or mention of Linux-specific considerations, and the PowerShell script uses modules and commands more familiar to Windows users.
Recommendations:
- Present Azure CLI examples before PowerShell, as Azure CLI is cross-platform and more familiar to Linux users.
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide any necessary Linux-specific notes (e.g., shell syntax, environment variables).
- If PowerShell is included, clarify that PowerShell Core is available cross-platform, or provide Bash alternatives where possible.
- Add a short section or note confirming that all steps are supported on Linux and macOS, not just Windows.
- Where screenshots or UI instructions are given, ensure they are not Windows-specific or clarify if the experience is the same across platforms.
Create pull request