Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation exclusively uses Azure PowerShell cmdlets (New-AzNetworkWatcherFlowLog, Set-AzNetworkWatcherFlowLog, etc.) for all examples and instructions. There are no CLI (az), Bash, or Linux/macOS-specific examples or guidance. This creates friction for users on Linux or macOS who typically use the Azure CLI or REST API, and may not have PowerShell installed or prefer not to use it.
Recommendations
- Add equivalent Azure CLI (az network watcher flow-log ...) examples for all PowerShell cmdlet instructions.
- Include Bash script examples for Linux/macOS users.
- Mention REST API options for advanced users or automation.
- Clearly state at the beginning that PowerShell is used, and link to cross-platform installation guides if PowerShell is required.
- Consider presenting CLI and PowerShell examples side-by-side or alternating their order.
Create Pull Request