Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation page shows evidence of Windows bias. Troubleshooting steps and command-line references predominantly use PowerShell (e.g., Get-AzKeyVault) and do not provide equivalent Linux/bash/Azure CLI examples. The recovery instructions for deleted key vaults link to PowerShell tabs first, and there is no mention of Linux or cross-platform command-line usage except for a brief reference to Azure CLI for setting permissions. The documentation assumes use of the Azure portal and Windows-centric tooling, with no parity for Linux users or alternative command-line workflows.
Recommendations
- Provide equivalent Azure CLI/bash examples for all PowerShell commands, especially for key vault recovery and URI retrieval.
- Ensure troubleshooting steps include both PowerShell and Azure CLI instructions, with clear cross-platform guidance.
- Where command-line tools are referenced, mention both Windows (PowerShell) and Linux/macOS (bash/Azure CLI) options, and avoid presenting Windows tools first unless justified.
- Add a section or links for managing customer-managed keys using Azure CLI or REST API, suitable for Linux/macOS users.
- Review all links to ensure they do not default to PowerShell tabs; offer CLI or bash tabs as alternatives.
Create Pull Request