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 demonstrates a mild Windows bias by listing Azure PowerShell instructions before Azure CLI in both the feature registration and unregistration sections. PowerShell is a Windows-centric tool, while Azure CLI is cross-platform and more commonly used on Linux. However, both PowerShell and CLI examples are provided, and there are no exclusive references to Windows-only tools or patterns elsewhere. There are no missing Linux examples, but the ordering and emphasis subtly prioritize Windows/PowerShell.
Recommendations:
- Alternate the order of PowerShell and CLI instructions in different sections, or list Azure CLI first to reflect its cross-platform nature.
- Explicitly mention that both Azure CLI and PowerShell are supported on Windows, Linux, and macOS, and provide installation links for each.
- Where possible, include Bash shell script snippets or references to Linux-native tooling (e.g., curl for REST API calls) to further demonstrate Linux parity.
- Clarify that all portal and CLI steps are fully supported on Linux, and avoid implying PowerShell is the primary or preferred method.
- Consider adding a short section or note highlighting cross-platform support and recommending tools for Linux users.
Create pull request