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 an Azure PowerShell script. There is no mention of Linux or Bash alternatives, and the PowerShell approach is presented as the default or only method.
Recommendations:
- Provide Azure CLI (az) command examples alongside PowerShell for all operations, especially for migration and preview registration/unregistration.
- Clarify that Azure CLI commands are cross-platform and can be used on Windows, Linux, and macOS.
- Where PowerShell scripts are referenced, link to or provide equivalent Bash/CLI scripts if available.
- In 'Next steps', include links to tutorials or modules that use Azure CLI or Bash, not just PowerShell.
- Avoid presenting PowerShell as the default or only automation method; mention both PowerShell and CLI equally, or lead with CLI for cross-platform inclusivity.
Create pull request