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 is given equal prominence to Azure CLI, and there is no mention of Linux-specific considerations or examples. The PowerShell example is presented alongside the CLI example, but there are no explicit Linux shell (bash) examples or notes about cross-platform usage, which may implicitly favor Windows users.
Recommendations:
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and consider providing bash-specific examples or notes where appropriate.
- Clarify that PowerShell Core is cross-platform, but traditional Azure PowerShell is most commonly used on Windows.
- Add a section or note for Linux/macOS users, highlighting any differences or confirming parity.
- Ensure that CLI examples are presented first, as they are more universally applicable across platforms.
- Avoid implying that PowerShell is the default or primary method unless it is truly cross-platform.
Create pull request