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
⚠️
windows_tools
Summary:
The documentation demonstrates a moderate Windows bias. PowerShell commands are presented prominently and in detail, often before or alongside Azure CLI examples. The registration and feature management sections use PowerShell as the primary example, with Azure CLI mentioned as an alternative. There is no mention of Linux-specific tools, shells, or workflows, and the PowerShell examples assume a Windows environment. The documentation does not provide explicit Linux shell (bash) examples or guidance for Linux users, and the use of PowerShell is assumed as a default for scripting and automation.
Recommendations:
- Provide explicit bash/Linux shell examples for all command-line operations, especially for Azure CLI commands.
- When referencing PowerShell, clarify that Azure CLI commands can be run natively on Linux/macOS and provide syntax examples in bash.
- Reorder sections so that Azure CLI (which is cross-platform) examples appear before PowerShell, or present them in parallel tabs.
- Avoid assuming the use of PowerShell as the default scripting environment; mention that both PowerShell and bash are supported for Azure CLI.
- Include notes or callouts for Linux/macOS users regarding any platform-specific considerations.
- Where possible, use neutral language such as 'command line' or 'terminal' instead of 'PowerShell' when referring to general command execution.
Create pull request