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 Bash and PowerShell examples for all CLI commands, but consistently lists Bash first, followed by PowerShell. There is a strong focus on Azure CLI, which is cross-platform, but the presence of PowerShell-specific syntax and tabs throughout the document indicates a bias toward Windows users. No Linux-specific tools or patterns are missing, but the parity is maintained mainly through Bash examples, with no explicit mention of Linux environments or considerations.
Recommendations:
- Explicitly mention that Bash examples are suitable for Linux/macOS users and PowerShell for Windows users.
- Add a note in the prerequisites clarifying that the Azure CLI and all examples work on Linux, macOS, and Windows.
- Include a brief section or callout highlighting any Linux/macOS-specific considerations (such as file permissions, line endings, or environment variable syntax differences, if applicable).
- Ensure that any troubleshooting or advanced sections reference both Linux and Windows environments equally.
- If possible, provide a single cross-platform script example using Azure CLI without OS-specific shell syntax, or link to such resources.
Create pull request