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 exclusively references Azure PowerShell scripts for migration tasks and does not mention or provide examples for Linux/Unix environments, Bash, Azure CLI, or cross-platform tooling. All migration automation is described in terms of PowerShell, which is traditionally associated with Windows, and there is no guidance for users on non-Windows platforms.
Recommendations:
- Provide equivalent Azure CLI (az) commands and scripts for migration tasks, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention that PowerShell Core is available cross-platform, if PowerShell must be used, and provide instructions for installing it on Linux/macOS.
- Include Bash script examples or references for common migration steps.
- Add a section or note clarifying support and best practices for users on Linux/macOS environments.
- Ensure that all tooling references (scripts, automation) are presented in a platform-neutral way, or provide parallel instructions for both Windows and Linux users.
Create pull request