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 tasks, without providing equivalent Bash or Linux-native Azure CLI examples. The use of 'Set-AzContext', 'Get-AzProviderFeature', and 'Register-AzProviderFeature' in code blocks is PowerShell-specific, and the only tutorial linked is for PowerShell. There is no mention of Linux or Bash alternatives, and the documentation does not provide parity for users on non-Windows platforms.
Recommendations:
- Provide Azure CLI (bash/shell) examples alongside PowerShell commands for all operations, especially for preview registration and migration tasks.
- Explicitly mention that all features and management tasks are available cross-platform, and clarify any exceptions.
- Include links to tutorials and guides that use Azure CLI in Bash or Cloud Shell, not just PowerShell.
- When referencing scripts or tools, note their platform compatibility and provide alternatives where possible.
- Balance references to Azure PowerShell and Azure CLI in both prose and code samples to ensure Linux and macOS users are equally supported.
Create pull request