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 bias by presenting Azure PowerShell instructions before Azure CLI in tabbed sections, referencing PowerShell-specific cmdlets (e.g., Get-AzProviderFeature) even in CLI sections, and omitting explicit Linux shell or Bash examples. The use of PowerShell is emphasized, and there is no mention of Linux-specific tools, shell environments, or command-line nuances that would assist Linux users.
Recommendations:
- Present Azure CLI examples before or alongside PowerShell examples, especially since CLI is cross-platform and more common on Linux.
- Ensure that all CLI output and instructions are shown using native az CLI commands, not PowerShell cmdlets, in CLI sections.
- Add explicit Bash or Linux shell examples where relevant, such as using az CLI in Bash, and clarify any OS-specific steps or differences.
- Mention that Azure CLI works natively on Linux/macOS and provide links or notes for Linux users where appropriate.
- Avoid assuming the use of PowerShell as the default scripting environment; clarify that both PowerShell and Bash are supported.
Create pull request