Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias by exclusively referencing a Windows test virtual machine (WorkerVM) for all deployment and testing steps. All instructions for running test commands (e.g., curl) and browser-based validation are performed on a Windows VM, with no mention of Linux alternatives. The deployment template generates and installs certificates specifically on a Windows VM, and connection instructions reference Azure Bastion for connecting to the Windows machine. There are no examples or guidance for deploying or testing with a Linux VM, nor instructions for certificate installation or browser testing on Linux.
Recommendations
- Include parallel instructions for deploying and configuring a Linux test VM (e.g., Ubuntu) alongside the Windows VM.
- Provide guidance for installing the derived Intermediate CA certificate on common Linux distributions, including both CLI and GUI methods.
- Show how to run curl and browser-based tests from a Linux VM, noting any differences in command syntax or certificate handling.
- Reference Linux-compatible remote access tools (e.g., SSH via Azure Bastion) and provide connection instructions.
- Ensure all test scenarios (IDPS, TLS Inspection, URL filtering, Web categories) include Linux-specific steps and troubleshooting notes.
Create Pull Request