Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page presents both Azure CLI and Azure PowerShell options for resource ID retrieval, but consistently lists Azure PowerShell after Azure CLI and provides explicit PowerShell code examples. There is no explicit Linux example or mention of Linux-specific tools or workflows, and Windows-centric patterns (such as PowerShell) are referenced directly. The use of keyboard shortcuts is generally cross-platform, but some references (e.g., Ctrl+Shift+P) are Windows-first, with Mac alternatives only occasionally noted. Overall, the page assumes parity but subtly prioritizes Windows tools and patterns.
Recommendations
- Provide explicit Linux examples and workflows where relevant, such as shell commands or bash alternatives.
- List Azure CLI and PowerShell options in parallel, or alternate their order, to avoid implicit prioritization.
- Include Mac/Linux keyboard shortcut equivalents consistently alongside Windows shortcuts.
- Mention Linux package managers or installation methods for Visual Studio Code and Bicep tools.
- Add notes or sections highlighting any platform-specific differences in usage or troubleshooting.
Create Pull Request