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
Summary:
The documentation page demonstrates a bias towards Windows by exclusively referencing Azure PowerShell scripts for migration, without mentioning or providing examples for cross-platform alternatives such as Azure CLI or REST API. There are no Linux-specific instructions or examples, and the only automation tooling discussed is PowerShell, which is traditionally associated with Windows environments. This may disadvantage users who primarily use Linux or prefer non-PowerShell tooling.
Recommendations:
- Provide equivalent Azure CLI examples and instructions for migration tasks, ensuring parity with PowerShell guidance.
- Mention REST API options for migration where applicable, to support automation from any platform.
- Explicitly state that PowerShell Core is cross-platform if PowerShell must be used, and provide installation guidance for Linux users.
- Include Linux shell (bash) command examples for common migration and troubleshooting scenarios.
- Balance references to PowerShell with Azure CLI throughout the documentation, especially in FAQs and migration steps.
Create pull request