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:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
windows_tools
Summary:
The documentation page demonstrates a moderate Windows bias. PowerShell is presented as a primary automation tool alongside Azure CLI, with PowerShell examples consistently given before Azure CLI examples. There are no Linux-specific shell or scripting examples (e.g., Bash), and the documentation refers to Windows-centric tools and patterns (PowerShell cmdlets) without mentioning Linux-native alternatives. While Azure CLI is cross-platform, the absence of explicit Linux/Bash examples and the prioritization of PowerShell may make Linux users feel secondary.
Recommendations:
- Add explicit Bash shell examples for all CLI commands, showing how to run them in a typical Linux environment.
- When listing automation options, mention Bash scripting and Linux shell environments alongside PowerShell.
- Alternate the order of PowerShell and CLI examples, or present them in parallel tabs, to avoid always putting Windows/PowerShell first.
- Include notes or links for Linux users regarding installation and usage of Azure CLI and any relevant differences.
- Where possible, provide examples using native Linux tools (e.g., curl for REST API calls) in addition to PowerShell and Azure CLI.
Create pull request