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_first
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by primarily referencing Azure PowerShell scripts and cmdlets for migration and preview registration tasks, with no explicit mention of Linux or cross-platform alternatives. The CLI examples provided use Azure CLI, but the commands shown are actually PowerShell cmdlets (e.g., Set-AzContext), which are not native to Linux/macOS environments. There is no mention of Bash, Cloud Shell, or Linux-specific workflows, and the only migration script referenced is a PowerShell script. This may create the impression that Windows or PowerShell is the default or only supported environment.
Recommendations:
- Provide equivalent Bash/Azure CLI examples for all PowerShell commands, especially for registration, unregistration, and migration tasks.
- Clarify which commands are PowerShell-specific and offer cross-platform alternatives where possible.
- Reference Azure Cloud Shell as a cross-platform option for both PowerShell and Bash users.
- Include explicit instructions or links for Linux/macOS users, ensuring parity in tooling and workflow documentation.
- If migration scripts are only available in PowerShell, note this limitation and provide guidance or a roadmap for Linux support.
Create pull request