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 consistently presents Azure CLI and Azure PowerShell examples side by side, but always lists Azure PowerShell (a Windows-centric tool) as a primary method alongside CLI. There are no explicit Linux shell or scripting examples, and PowerShell is given equal prominence to the cross-platform CLI, which may suggest a Windows-centric bias.
Recommendations:
- Add explicit Bash or Linux shell examples where relevant, especially for scripting scenarios.
- Clarify that Azure CLI is fully cross-platform and highlight its use on Linux/macOS.
- Consider listing Azure CLI examples before PowerShell, or note that PowerShell Core is cross-platform if that is intended.
- Include notes or links for Linux/macOS users about installing and using the Azure CLI.
- If PowerShell examples are included, specify whether they are compatible with PowerShell Core on Linux/macOS.
Create pull request