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 Azure PowerShell instructions for verifying results, but the PowerShell tab is presented alongside the CLI tab without explicit Linux/bash examples. PowerShell is a Windows-centric tool, and its inclusion as a primary verification method can indicate a Windows bias, especially since no bash or Linux-native shell examples are given. The CLI examples use variable assignment syntax compatible with bash, but there is no explicit mention or guidance for Linux/macOS users, nor are there instructions for running these commands in a Linux environment.
Recommendations:
- Explicitly state that the Azure CLI examples use bash syntax and are suitable for Linux/macOS as well as Windows (with WSL or Git Bash).
- Add a dedicated 'Bash' or 'Linux/macOS' tab or section to clarify usage on non-Windows platforms.
- Provide guidance for running Azure CLI commands in native Linux/macOS terminals.
- If PowerShell is included, clarify that it is primarily for Windows users, and provide parity by ensuring bash/Linux examples are equally visible and complete.
- Mention cross-platform compatibility of Terraform and Azure CLI, and link to platform-specific installation guides where appropriate.
Create pull request