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:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by providing Azure PowerShell commands as the primary example for feature registration, mentioning Azure CLI only as an alternative in text. There are no explicit Linux shell or cross-platform command-line examples, and the UI instructions use Windows-specific terminology (e.g., 'right-click'), which may not be as intuitive for Linux users or those using non-Windows environments. No Linux-specific tools or workflows are mentioned.
Recommendations:
- Provide Azure CLI command examples (e.g., 'az feature register', 'az feature show') alongside PowerShell examples in code blocks, not just as a textual mention.
- Include bash shell examples for relevant CLI commands to ensure Linux parity.
- Avoid Windows-centric UI terminology like 'right-click' or clarify how to perform equivalent actions in web interfaces or on non-Windows platforms.
- Where possible, use neutral language and screenshots that are not specific to Windows UI conventions.
- Explicitly state that all CLI and portal actions are cross-platform unless there are platform-specific limitations.
Create pull request