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 presents Azure PowerShell instructions before Azure CLI in all code tabbed sections, and references PowerShell-specific cmdlets (e.g., Get-AzProviderFeature) for status checks, even in the CLI sections. While Azure CLI is included, there is a subtle prioritization of Windows/PowerShell workflows, which may suggest a Windows-centric approach. No explicit Linux-only tools or examples are provided, and the CLI examples could be more clearly tailored for Linux environments.
Recommendations:
- Alternate the order of PowerShell and CLI tabs, or present CLI first to balance platform representation.
- In CLI sections, use CLI-native commands for all steps (e.g., use 'az feature show' instead of referencing PowerShell cmdlets for status checks).
- Explicitly mention that Azure CLI commands are cross-platform and can be run on Linux, macOS, and Windows.
- Where possible, include screenshots or terminal output from Linux environments to reinforce cross-platform applicability.
- Add a brief note or section highlighting parity between PowerShell and CLI, and direct Linux users to CLI as the preferred tool.
Create pull request