Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by providing only Azure PowerShell examples for deploying and cleaning up the Route Server, with no equivalent Azure CLI or Bash examples for Linux/macOS users. The deployment instructions and screenshots focus on PowerShell and Cloud Shell, which defaults to PowerShell, and do not mention or show how to perform the same tasks using cross-platform tools. Although the Azure portal is referenced as an alternative, the step-by-step guidance and code samples are exclusively PowerShell-centric.
Recommendations
- Add Azure CLI (az) examples alongside PowerShell for all deployment and cleanup steps, including resource group creation, template deployment, and deletion.
- Explicitly mention that Azure Cloud Shell supports both Bash and PowerShell, and provide instructions for switching shells.
- Include screenshots and output examples for Azure CLI and Bash where PowerShell output is shown.
- Reorder or parallelize instructions so that Linux/macOS-friendly tools (Azure CLI/Bash) are presented at least equally, not only as alternatives.
- Add a table or section summarizing all supported deployment methods (PowerShell, CLI, Portal, REST) with links to relevant documentation.
Create Pull Request