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 bias towards Windows environments by referencing PowerShell and Azure CLI together, but does not provide explicit command-line examples for either, nor does it mention or provide Linux-specific guidance or screenshots. All UI instructions and screenshots are based on the Azure Portal, which is platform-agnostic, but there is a lack of parity in addressing Linux command-line workflows or tools. The documentation does not mention Linux shell commands, nor does it clarify cross-platform compatibility for CLI instructions.
Recommendations:
- Explicitly provide both Windows PowerShell and Linux/Bash Azure CLI command examples for key operations such as enabling Soft Delete and Do Not Purge on Key Vault.
- Clarify that Azure CLI commands can be run on Linux, macOS, and Windows, and provide sample commands in Bash syntax.
- Include at least one example using a Linux shell (e.g., Bash) for generating or uploading keys to Azure Key Vault.
- If screenshots are shown for the Azure Portal, clarify that the portal is accessible from any OS.
- Add a section or note on how to perform all steps using only command-line tools on Linux, for users who prefer or require non-GUI workflows.
Create pull request