Detected Bias Types
Powershell Heavy
🔧
Windows Tools
Windows First
Summary
The documentation provides detailed examples for Azure Portal, Azure CLI, and Azure PowerShell. The PowerShell section is extensive and uses Windows-specific cmdlets, which are not natively available on Linux/macOS. PowerShell is presented as a primary automation method alongside CLI, and there is no mention of Bash, shell scripting, or Linux-native tools. The CLI examples use Azure CLI, which is cross-platform, but PowerShell is given equal prominence and detail, reinforcing a Windows-centric approach.
Recommendations
- Clarify that PowerShell examples require PowerShell Core for cross-platform use, or provide equivalent Bash/shell script examples for Linux/macOS users.
- Explicitly mention that Azure CLI commands work on Linux/macOS and Windows, and consider showing CLI examples before PowerShell to reduce perceived Windows-first bias.
- Add troubleshooting or environment setup notes for Linux/macOS users, especially regarding PowerShell compatibility and installation.
- Include links or references to Linux/macOS documentation for Azure Firewall management where available.