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
⚠️
windows_first
Summary:
The documentation is heavily biased towards Windows and PowerShell environments. All scripting examples are provided exclusively in PowerShell (.ps1), and users are instructed to use PowerShell in Azure Cloud Shell, with no mention of Bash or cross-platform alternatives. The instructions and screenshots prioritize PowerShell selection, and there are no Linux shell (Bash) script examples or guidance for non-Windows users. The use of .ps1 files and PowerShell-specific cmdlets further reinforces this bias.
Recommendations:
- Provide equivalent Bash (or cross-platform) script examples for Linux/macOS users.
- Include instructions for running the migration script in Bash within Azure Cloud Shell, or clarify if it is not possible.
- Mention and demonstrate how to use Azure CLI (az) commands where possible, as these are cross-platform.
- Add notes or sections specifically addressing Linux/macOS users, including any prerequisites or differences in workflow.
- If PowerShell is required, clarify that PowerShell Core is available on Linux/macOS and provide installation instructions or references.
Create pull request