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 page demonstrates a Windows bias by consistently presenting Azure PowerShell instructions before Azure CLI, referencing PowerShell-specific cmdlets (e.g., Get-AzProviderFeature) even in CLI sections, and omitting explicit Linux shell examples or guidance. The step-by-step instructions and screenshots are tailored to the Azure Portal UI, which is platform-agnostic but often more familiar to Windows users. There are no bash or Linux-specific command-line examples, nor is there mention of Linux-native tooling or scripting approaches.
Recommendations:
- Provide explicit bash/Linux shell examples for Azure CLI commands, including output parsing and scripting patterns.
- Ensure CLI instructions reference platform-appropriate commands for viewing feature registration status (e.g., 'az feature list' or 'az feature show'), rather than PowerShell cmdlets.
- Add notes or examples for Linux users, such as using the Azure CLI in bash, zsh, or other shells, and clarify any differences in command syntax or output formatting.
- Balance the order of examples by presenting CLI instructions before or alongside PowerShell, rather than consistently after.
- Include references to Linux-native automation tools (e.g., Ansible, shell scripts) where relevant, especially in sections discussing deployment automation.
Create pull request