About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
powershell_heavy
Summary:
The documentation provides both Azure CLI and PowerShell examples for deploying the ARM template, but PowerShell (a Windows-centric tool) is given equal prominence to Azure CLI, and there is no mention of Linux-specific considerations or shell environments (e.g., Bash). The structure and language (e.g., 'save to your local computer') are generic but do not explicitly address Linux users or provide Bash-specific guidance. The PowerShell example is presented immediately after the CLI example, which is common, but there is no explicit effort to highlight Linux parity or address potential differences.
Recommendations:
- Explicitly mention that Azure CLI commands work cross-platform (Windows, Linux, macOS) and can be run in Bash or other shells.
- Add a Bash-specific tab or section, or clarify that the CLI example is suitable for Bash/Linux shells.
- If there are any Linux-specific steps (e.g., file paths, permissions), call them out.
- Consider reordering to present CLI/Bash examples first, as they are more universally applicable.
- Add a note that PowerShell Core is available on Linux, if relevant, to clarify cross-platform support.
Create pull request