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 examples for verifying results, but the PowerShell tab is presented second, and both examples are given equal prominence. However, there is a subtle Windows bias: PowerShell is a Windows-centric tool, and no explicit Linux shell (bash) or cross-platform scripting examples are provided. There are no explicit Linux-specific commands, nor is there mention of running these commands in a Linux environment. The use of PowerShell variable assignment syntax ($var=...) may confuse Linux users. The documentation does not mention or show Linux-specific tools or workflows.
Recommendations:
- Add explicit bash/Linux shell examples for verification steps, using standard bash variable assignment and command syntax.
- Clarify that Azure CLI commands can be run on Windows, Linux, or macOS, and provide instructions for each where relevant.
- If PowerShell is included, also include bash equivalents, especially for variable assignment and command usage.
- Consider listing bash/Linux shell examples first, as Terraform users are often on Linux/macOS.
- Mention cross-platform compatibility of Terraform and Azure CLI in the prerequisites or introduction.
Create pull request