Detected Bias Types
Windows First
Missing Linux Example
Summary
The documentation exclusively describes deployment using the Azure portal UI, which is platform-agnostic, but does not provide any command-line examples. There is no mention of PowerShell, Azure CLI, or any OS-specific tools. However, the lack of CLI examples means that users who prefer or require Linux-based workflows (e.g., Azure CLI on Bash) are not served. The documentation implicitly assumes a graphical workflow, which is more common on Windows, and does not address Linux parity or automation scenarios.
Recommendations
- Add Azure CLI command examples for deploying Bastion in private-only mode, suitable for Linux/macOS users.
- If PowerShell examples are added in the future, ensure Azure CLI (Bash) equivalents are provided and presented with equal prominence.
- Explicitly mention that the Azure portal is accessible from any OS, and link to CLI-based documentation for users who prefer command-line automation.
- Include a section on automating Bastion deployment using scripts, with examples for both PowerShell and Bash/Azure CLI.