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 demonstrates a Windows-first bias by consistently presenting Azure PowerShell instructions before Azure CLI, and by referencing PowerShell-specific cmdlets for status checks even in CLI sections. There are no explicit Linux or Bash shell examples, and the CLI output examples reference PowerShell cmdlets rather than native CLI commands. The documentation does not mention or illustrate Linux-specific tools, shell environments, or scripting approaches, which may disadvantage Linux users.
Recommendations:
- Present Azure CLI examples before or alongside PowerShell examples, especially in sections likely to be used by Linux administrators.
- Ensure that CLI output examples use native Azure CLI commands (e.g., 'az feature show') rather than PowerShell cmdlets, and provide sample outputs for both.
- Add explicit Bash shell examples for common tasks, such as feature registration and status checks, to support Linux users.
- Reference cross-platform scripting approaches (e.g., Bash, Cloud Shell) where appropriate, and clarify that both PowerShell and CLI are available in Azure Cloud Shell.
- When listing tools or methods, avoid always listing PowerShell first; alternate or clarify that order does not imply preference.
- Include notes or links to Linux-specific guidance or troubleshooting where relevant.
Create pull request