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 page demonstrates a mild Windows bias by listing the PowerShell command (Get-AzEnvironment) before the cross-platform Azure CLI equivalent (az cloud list) when describing how to list registered environments. No Linux-specific examples or tools are mentioned, and the PowerShell cmdlet is given equal prominence to the CLI, which is more commonly used on Linux/macOS. No explicit Windows-only tools or patterns are present, but the ordering and inclusion of PowerShell may subtly prioritize Windows users.
Recommendations:
- List the Azure CLI (az cloud list) command before the PowerShell cmdlet, as the CLI is cross-platform and more widely used outside Windows.
- Clarify that both Azure CLI and PowerShell are available on Windows, Linux, and macOS to avoid implying PowerShell is Windows-only.
- Consider including explicit Linux/macOS terminal usage notes or examples where relevant, to reinforce cross-platform parity.
- If referencing PowerShell, note that PowerShell Core is available cross-platform, or provide a link to installation instructions for non-Windows systems.
Create pull request