Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias primarily through its exclusive use of Azure PowerShell commands (e.g., Get-AzProviderFeature) for feature registration checks, with no equivalent Azure CLI (cross-platform) or Bash examples. There is also a lack of Linux- or cross-platform-specific guidance or screenshots, and the only command-line tooling referenced is PowerShell, which is most familiar to Windows users. No Linux shell or Azure CLI alternatives are provided for any procedural steps.
Recommendations
- For every PowerShell example (such as Get-AzProviderFeature), provide an equivalent Azure CLI (az feature show) command, which is cross-platform and widely used on Linux and macOS.
- Where command-line instructions are given, clarify that both PowerShell and Azure CLI can be used, and show both syntaxes where possible.
- Add screenshots or references that are not specific to the Windows UI or PowerShell terminal (e.g., avoid only showing Windows-style screenshots if CLI output is shown).
- Explicitly mention that all steps can be performed from Linux/macOS using Azure CLI or the Azure Portal, not just from Windows.
- If any troubleshooting or scripting is discussed, provide Bash/Linux shell equivalents alongside PowerShell scripts.
- Review all procedural steps to ensure that Linux users are not left without clear, actionable instructions.
Create Pull Request