Detected Bias Types
Windows First
Powershell Heavy
Summary
The documentation provides both Bash and PowerShell syntax for Azure CLI commands, but PowerShell examples are consistently shown immediately after Bash, and sometimes with explicit 'PowerShell syntax' labels. There is a slight tendency to mention PowerShell in command notes and examples, and the phrase 'Azure CLI command examples in this article can run in PowerShell or a bash shell' puts PowerShell first. However, all core steps and tooling (Azure CLI, Azure Developer CLI, Visual Studio Code) are cross-platform, and Linux/macOS users are not blocked or disadvantaged in completing the tasks.
Recommendations
- Alternate the order of Bash and PowerShell examples, or group them together under clear headings for each shell.
- Explicitly mention Linux/macOS compatibility for all tools and steps, especially in prerequisites.
- Add a short section or note confirming that all steps are fully supported on Linux/macOS, and that Visual Studio Code and Azure CLI are cross-platform.
- Where possible, provide a single generic CLI example and refer to shell-specific variable syntax only if necessary.