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
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows bias by referencing PowerShell and Azure CLI for enabling Key Vault properties but does not provide any command-line examples for either platform. The UI walkthroughs and screenshots are exclusively from the Azure Portal, which is platform-agnostic but often more familiar to Windows users. There are no Linux-specific instructions, shell commands, or mentions of Linux tooling. The ordering of PowerShell before Azure CLI in the prerequisites section also subtly prioritizes Windows tooling.
Recommendations:
- Provide explicit command-line examples for both PowerShell (Windows) and Bash (Linux) when describing how to enable Key Vault properties such as Soft Delete and Do Not Purge.
- Include Azure CLI examples using Bash syntax, and clarify that Azure CLI is cross-platform.
- When listing options for configuration, alternate the order (e.g., mention Azure CLI before PowerShell in some sections) or present them in parallel to avoid implicit prioritization.
- Add a section or callout for Linux/macOS users, highlighting any differences or confirming that all steps are cross-platform.
- Where possible, include screenshots or terminal output from both Windows and Linux environments to reinforce parity.
Create pull request