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:
⚠️
windows_first
⚠️
powershell_heavy
Summary:
The documentation provides both Azure CLI and Azure PowerShell examples for retrieving the service principal ID, but the PowerShell example is given after the CLI example. There are no explicit Linux-specific instructions or examples, but the use of Azure CLI (which is cross-platform) mitigates this. However, the presence of Azure PowerShell (traditionally associated with Windows) and the lack of explicit mention of Linux or bash scripting may suggest a mild Windows-first and PowerShell-heavy bias.
Recommendations:
- Explicitly state that Azure CLI commands work on Windows, Linux, and macOS to reinforce cross-platform support.
- Add bash shell examples where relevant, especially for REST API calls (e.g., using curl or httpie) to demonstrate Linux parity.
- Clarify that Azure PowerShell is available cross-platform, but also provide equivalent bash or shell scripting examples for Linux users.
- Consider including a table or section summarizing command options for Windows (PowerShell), Linux (bash), and macOS users.
- Where portal instructions are given, note any OS-agnostic aspects to further reduce perceived bias.
Create pull request