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 both Azure PowerShell and Azure CLI examples for feature registration and unregistration, but consistently lists PowerShell (a Windows-centric tool) before CLI. The CLI examples are present and correct, but there is a subtle 'Windows-first' ordering bias. No Linux-specific tools or shell examples (such as Bash scripts) are provided, and there is no mention of Linux environments or considerations. The documentation does not provide any examples that are exclusive to Windows, but the ordering and emphasis may suggest a preference.
Recommendations:
- Alternate the order of PowerShell and CLI examples in different sections, or explicitly state that both are cross-platform and equally supported.
- Add explicit mention that Azure CLI is cross-platform and can be used on Windows, Linux, and macOS.
- Where possible, include Bash or shell script snippets for common tasks, especially in sections likely to be automated by Linux users.
- Consider including a short section or note on using these commands in Linux environments (e.g., running Azure CLI in Bash).
- Ensure parity in screenshots and walkthroughs by including CLI/terminal examples, not just portal or PowerShell interfaces.
Create pull request