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 generally platform-neutral, but in the section on Azure Key Vault soft-delete, the PowerShell example is mentioned before the CLI example. This ordering subtly prioritizes Windows tooling, as PowerShell is more closely associated with Windows environments, while the Azure CLI is cross-platform and more commonly used on Linux and macOS.
Recommendations:
- When listing platform-specific tools or examples, alternate the order in which they are presented (e.g., mention CLI before PowerShell in some places, especially in cross-platform documentation).
- Explicitly state that both PowerShell and CLI are supported, and provide parity in examples and references.
- Where possible, provide code snippets or links for both PowerShell and CLI together, or use the Azure CLI as the primary example since it is cross-platform.
- Consider adding a note clarifying that both Windows and Linux users are supported equally, and link to relevant documentation for both platforms.
Create pull request