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
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by primarily referencing Azure PowerShell scripts and cmdlets for migration and preview registration tasks, with no equivalent Bash or Linux-native CLI examples. The 'Next steps' section also prioritizes PowerShell tutorials, and the use of 'Set-AzContext' and similar commands is specific to PowerShell, which is more familiar to Windows users. There is no mention of Bash, Linux, or cross-platform CLI usage, and Linux users are not directly addressed.
Recommendations:
- Provide Azure CLI (bash/shell) command examples alongside or before PowerShell commands for all tasks, especially for migration and preview registration.
- Include explicit references to Linux/macOS compatibility and usage where relevant.
- Balance tutorial links in the 'Next steps' section by including guides that use Azure CLI in Bash or cross-platform environments.
- Avoid assuming PowerShell as the default scripting environment; clarify when commands are PowerShell-specific.
- Where possible, use generic Azure CLI commands (az ...) instead of PowerShell-specific cmdlets (Set-AzContext, Register-AzProviderFeature, etc.), or provide both.
Create pull request