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 commands, both for migration and preview registration/unregistration. The only command-line examples provided use Azure PowerShell cmdlets (Set-AzContext, Get-AzProviderFeature, Register-AzProviderFeature), with no equivalent Azure CLI (az) or Bash/Linux shell examples. The 'Next steps' section also lists a PowerShell-based tutorial first, and the page metadata references 'devx-track-azurepowershell', further reinforcing the Windows/PowerShell focus. There is no mention of Linux or cross-platform tooling, nor are there examples for Linux users.
Recommendations:
- Provide Azure CLI (az) command examples alongside or before PowerShell cmdlets for all operations, including preview registration, unregistration, and migration.
- Explicitly mention that all features and scripts are available cross-platform, and clarify any platform-specific requirements.
- Include Bash/Linux shell script examples where relevant, especially for migration and automation scenarios.
- Balance tutorial and 'Next steps' links by including both PowerShell and Azure CLI/Bash-based guides.
- Update page metadata to reflect cross-platform support, not just Azure PowerShell.
Create pull request