Detected Bias Types
Powershell Heavy
Windows First
Missing Linux Example
Summary
The documentation consistently provides Azure PowerShell examples alongside Azure CLI and classic CLI, but does not offer any Linux/macOS-specific shell examples (e.g., Bash, curl, dig, etc.). PowerShell examples are always listed first, suggesting a Windows-first approach. There is no mention of Linux-native tools or workflows, and no guidance for users who may not have PowerShell available (common on Linux/macOS).
Recommendations
- Add explicit Bash/Linux shell examples for all CLI operations, using Azure CLI in Bash context.
- Clarify that Azure CLI commands work cross-platform and provide sample commands for Linux/macOS terminals.
- Consider including examples using common DNS utilities (e.g., dig, nslookup) for verification steps.
- Alternate the order of examples so that CLI/Bash comes before PowerShell, or present them side-by-side.
- Explicitly state platform requirements for PowerShell and CLI tools, and link to installation guides for Linux/macOS.