Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation mentions PowerShell as a supported automation method for upgrading/downgrading Azure Firewall SKUs, but does not mention Azure CLI or provide Linux/Unix-oriented examples. The order of mention (PowerShell before Terraform) and lack of Linux-native tooling or examples suggest a Windows-first and PowerShell-heavy bias.
Recommendations
- Explicitly mention Azure CLI as a supported method for performing upgrades/downgrades, if available.
- Provide example commands for both PowerShell and Azure CLI to ensure parity for Linux and cross-platform users.
- List automation options in a neutral order (e.g., Azure CLI, PowerShell, Terraform) or group them by platform.
- Include screenshots or walkthroughs for both Windows (PowerShell) and Linux (Azure CLI) environments.
Create Pull Request