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_tools
β οΈ
windows_first
β οΈ
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by primarily referencing Azure PowerShell scripts and cmdlets for migration and preview registration/unregistration, with no mention of Bash, Linux, or cross-platform CLI alternatives. The Azure CLI examples shown use PowerShell-style commands (Set-AzContext, Register-AzProviderFeature), which are typically associated with PowerShell rather than the cross-platform az CLI. There are no Linux- or Bash-specific instructions or examples, and the PowerShell approach is presented as the default or only method for key operations.
Recommendations:
- Provide equivalent Azure CLI (az) commands for all operations currently shown with Azure PowerShell, especially for migration and preview registration/unregistration.
- Clearly distinguish between Azure PowerShell and Azure CLI, and ensure both are represented in code examples.
- Add explicit Bash/Linux shell examples where relevant, and clarify that all operations can be performed from non-Windows platforms.
- When listing tools or methods (e.g., Azure portal, PowerShell, CLI), do not default to PowerShell firstβeither list CLI first or present both together.
- Include a note or section on cross-platform compatibility, reassuring users that all features and scripts are available on Linux and macOS as well as Windows.
Create pull request