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
⚠️
missing_linux_example
Summary:
The documentation demonstrates a moderate Windows bias. While it claims Azure CLI commands can be run in both PowerShell and bash, the only explicit shell distinction is between PowerShell and bash variable syntax, and no actual Linux-specific (bash) examples are provided. The mention of PowerShell precedes bash, and there is no demonstration of Linux-native tools or workflows. The documentation does not provide parity in examples or instructions for Linux users.
Recommendations:
- Provide explicit bash/Linux shell command examples alongside PowerShell examples, especially where variable syntax or command usage differs.
- When referencing shells, list bash (Linux) before or alongside PowerShell to avoid Windows-first ordering.
- Include notes or sections on any Linux-specific prerequisites, such as package dependencies or environment setup.
- Ensure screenshots and UI references are platform-agnostic or include Linux desktop/browser examples where relevant.
- Audit included content (e.g., reusable includes) to ensure they do not assume a Windows environment.
Create pull request