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 page is largely platform-neutral, but in the section on Key Vault soft-delete, the PowerShell example is mentioned before the CLI example, reflecting a subtle 'windows_first' ordering. No Linux-specific tools or examples are provided, but neither are Windows-specific tools beyond this ordering. There are no command-line examples or scripts at all, so there is no overt PowerShell or Windows tool bias, but the ordering of PowerShell before CLI may suggest a slight preference.
Recommendations:
- When referencing platform-specific tools or guides (such as PowerShell and CLI), alternate the order in which they are presented, or explicitly mention that both Windows and Linux users are supported.
- Where possible, provide both PowerShell and CLI (az cli) examples side by side, and consider including Bash or Linux shell examples if relevant.
- Add a note clarifying that all features described are available via cross-platform tools (such as Azure CLI) to reassure Linux users.
- If including links to guides, ensure parity by providing links to both PowerShell and CLI documentation, and consider including REST API or SDK examples for maximum cross-platform inclusivity.
Create pull request