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 lists Azure PowerShell alongside Azure CLI as tools for reviewing deployed resources, but mentions Azure PowerShell before Azure CLI, which may suggest a Windows-first or PowerShell-heavy bias. There are no explicit Linux-specific examples or references, and the documentation does not provide command-line examples for either platform, missing an opportunity to demonstrate parity.
Recommendations:
- List Azure CLI before Azure PowerShell, as Azure CLI is cross-platform and more commonly used on Linux.
- Provide explicit command-line examples for both Azure CLI and Azure PowerShell, showing equivalent commands.
- Mention that Azure CLI is available on Windows, Linux, and macOS, emphasizing its cross-platform nature.
- If referencing PowerShell, clarify that PowerShell Core is also available cross-platform, or provide Bash examples where appropriate.
Create pull request