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 mentions Azure PowerShell alongside Azure CLI as tools to list deployed resources, but lists Azure PowerShell after Azure CLI. However, there are no explicit command examples for either tool, and no Linux-specific tools or patterns are mentioned. The mention of Azure PowerShell may imply a Windows-centric approach, but the Azure CLI is cross-platform.
Recommendations:
- Provide explicit command examples for both Azure CLI and Azure PowerShell, clarifying that Azure CLI is cross-platform and works on Linux, macOS, and Windows.
- Mention that Azure PowerShell is available on all platforms, not just Windows, to avoid the implication that it is Windows-only.
- Consider including Linux-native tools or shell examples (such as Bash) where appropriate.
- Ensure that any future examples or screenshots include both Windows and Linux environments to reinforce cross-platform parity.
Create pull request