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:
Summary:
The documentation page contains a subtle Windows bias in the section discussing the 'mode' property. It mentions PowerShell before Azure CLI when describing how to specify the 'mode' parameter, and provides default behavior for both, but lists Azure PowerShell first. No explicit Windows-only tools, PowerShell-heavy examples, or missing Linux examples are present, but the ordering suggests a slight preference for Windows-centric tooling.
Recommendations:
- When referencing cross-platform tools such as PowerShell and Azure CLI, alternate the order in which they are mentioned or explicitly state that both are supported equally.
- Provide example commands for both Azure PowerShell and Azure CLI when discussing actions that can be performed with either tool.
- Consider including a note that both Azure CLI and PowerShell are cross-platform and available on Windows, Linux, and macOS.
- Review documentation for other subtle ordering or phrasing that may imply a preference for Windows tools, and adjust for neutrality.
Create pull request