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 generally presents both Azure CLI and Azure PowerShell options for resource creation, but PowerShell is consistently mentioned before CLI in lists and links. In the 'Alternate way to get the Azure Container Instance ID' section, the PowerShell example is given before the Azure CLI example. There are no Linux-specific tools or shell examples, and the ordering and prominence of PowerShell may suggest a Windows-first perspective.
Recommendations:
- Alternate the order of Azure CLI and Azure PowerShell examples throughout the documentation, or present CLI examples first to better reflect cross-platform parity.
- Explicitly mention that both Azure CLI and PowerShell are cross-platform, and clarify that users can use either on Windows, macOS, or Linux.
- Where possible, provide Bash shell examples (e.g., using Azure CLI in Bash) to reinforce Linux parity.
- Ensure that links to CLI and PowerShell documentation are presented with equal prominence and in a neutral order.
- Consider adding a short section or note highlighting that all steps can be performed from any OS, and that both Bash (with Azure CLI) and PowerShell are supported in Cloud Shell.
Create pull request