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, without providing equivalent Azure CLI (cross-platform) or Bash examples. The only command-line examples use PowerShell syntax, and the migration script is specifically described as a PowerShell script. There is no mention of Linux-specific tools, nor are cross-platform alternatives (such as Bash or native Azure CLI commands) presented alongside or before the PowerShell examples.
Recommendations:
- Provide Azure CLI (bash/shell) examples alongside all PowerShell commands, especially for migration and preview registration/unregistration.
- Clarify that Azure CLI commands are cross-platform and can be used on Linux, macOS, and Windows.
- If migration scripts are only available in PowerShell, offer equivalent scripts or guidance for Bash or Python where possible.
- In 'Next steps', include links to tutorials or modules that use Azure CLI and/or Bash, not just PowerShell.
- Review and update language to avoid implying PowerShell is the default or only supported automation tool.
Create pull request