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 presents PowerShell examples before Azure CLI examples, which may suggest a Windows-first bias. The PowerShell section is also more prominently labeled and detailed, while the CLI section, though present, is listed after. There are no explicit Linux-only tools or shell examples (e.g., bash scripting), but the ordering and prominence favor Windows/PowerShell users.
Recommendations:
- Present Azure CLI examples before or alongside PowerShell examples to avoid implying Windows is the primary platform.
- Explicitly mention that Azure CLI commands work cross-platform (Windows, Linux, macOS).
- Include bash-specific examples or notes for Linux users, such as using export for environment variables or referencing shell compatibility.
- Balance the level of detail and explanation between PowerShell and CLI sections.
- Consider adding a table or section comparing both approaches for parity.
Create pull request