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
Summary:
The documentation page demonstrates a Windows bias by primarily referencing Azure PowerShell scripts and cmdlets for migration and preview registration/unregistration, and by listing Azure PowerShell before Azure CLI and portal in the 'Next steps' section. There are no explicit Linux or Bash examples, and the use of 'Set-AzContext', 'Get-AzProviderFeature', and 'Register-AzProviderFeature' are PowerShell-specific, which may not be familiar to Linux users. The documentation does mention Azure CLI, but the commands shown are actually PowerShell cmdlets, not true Azure CLI (az) commands.
Recommendations:
- Provide equivalent Azure CLI (az) command examples alongside or before PowerShell examples, especially for registration, unregistration, and migration tasks.
- Clearly distinguish between Azure PowerShell and Azure CLI commands, and ensure that Azure CLI examples use the correct syntax (e.g., 'az feature register' instead of 'Register-AzProviderFeature').
- Include Bash shell examples for common tasks to improve accessibility for Linux users.
- In the 'Next steps' and other instructional sections, list Azure CLI and portal options before or alongside PowerShell to avoid the perception of Windows-first bias.
- Review and update any references to Windows-specific tools or patterns to ensure Linux parity throughout the documentation.
Create pull request