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:
Summary:
The documentation mentions PowerShell before Azure CLI when listing supported tools for managing attestations, which may indicate a subtle Windows-first bias. However, both PowerShell and Azure CLI are cross-platform, and no examples are given for either tool. There are no explicit Windows-only tools or patterns, nor are Linux-specific tools or examples missing, as none are provided for any OS.
Recommendations:
- List Azure CLI before PowerShell or mention both in a neutral order (e.g., alphabetically) to avoid perceived Windows-first bias.
- Provide example commands for both Azure CLI and PowerShell to ensure parity and clarity for users on all platforms.
- Explicitly state that both Azure CLI and PowerShell are cross-platform, and that the REST API can be used from any OS.
- If possible, include a note or example for using the REST API with common Linux tools (e.g., curl) to further demonstrate platform neutrality.
Create pull request