Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation references upgrade procedures via the Azure portal, CLI, or PowerShell, but consistently mentions PowerShell alongside CLI, which may imply a Windows-first approach. There are no explicit Linux shell (bash) or macOS examples, nor are Linux-specific tools or patterns discussed. The upgrade guidance and troubleshooting sections mention PowerShell and CLI, but do not provide parity for Linux users or clarify cross-platform usage.
Recommendations
- Include explicit examples for Azure CLI usage on Linux/macOS (e.g., bash commands), not just PowerShell.
- Clarify that Azure CLI is cross-platform and provide instructions for installation and usage on Linux and macOS.
- Avoid listing PowerShell before CLI, or alternate the order to avoid Windows-first perception.
- Add troubleshooting steps or upgrade instructions specifically for Linux users, including common shell environments.
- Where PowerShell is mentioned, provide equivalent bash or shell commands for Linux/macOS users.
Create Pull Request