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 prioritizing Azure PowerShell scripts and cmdlets for migration and preview registration/unregistration tasks, with no mention or examples of Bash, Linux shell, or cross-platform CLI alternatives. The only command-line examples use PowerShell syntax and cmdlets (e.g., Set-AzContext, Register-AzProviderFeature), and the migration script is only referenced as a PowerShell solution. There is no guidance or parity for Linux or macOS users, nor are Azure CLI (az) commands provided as alternatives.
Recommendations:
- Provide equivalent Azure CLI (az) command examples for all PowerShell commands, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Mention both Azure PowerShell and Azure CLI as supported options for management and migration tasks, and avoid implying that PowerShell is the default or only supported tool.
- If migration scripts are only available in PowerShell, clarify this limitation and provide guidance or links for Linux/macOS users (e.g., running PowerShell Core on Linux, or alternative migration approaches).
- In 'Next steps' and tutorial links, ensure that both PowerShell and CLI-based tutorials are referenced equally, or provide a choice.
- Review all code blocks and command references to ensure Linux users are not excluded, and add Bash/CLI examples where appropriate.
Create pull request