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
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by exclusively referencing Azure PowerShell scripts for migration tasks, without mentioning or providing examples for cross-platform alternatives such as Azure CLI or REST API. There are no Linux/bash examples or guidance, and the only automation tooling discussed is PowerShell, which is traditionally associated with Windows environments.
Recommendations:
- Include Azure CLI examples and guidance for migration steps alongside or in place of PowerShell scripts.
- Explicitly state whether the migration scripts and processes are supported on Linux/macOS environments, and provide instructions for those platforms.
- If REST API or ARM template options exist for migration, document them to provide platform-agnostic alternatives.
- Balance references to PowerShell with equivalent bash or shell script examples where possible.
- Clarify prerequisites for running PowerShell scripts on non-Windows systems (e.g., PowerShell Core on Linux/macOS) if PowerShell is the only supported method.
Create pull request