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:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation page demonstrates Windows bias by referencing PowerShell-specific instructions and links (e.g., 'import-export-ps.md'), mentioning Azure PowerShell before Azure CLI, and omitting explicit Linux or cross-platform command-line examples. There are no CLI or Bash examples, and PowerShell is implicitly prioritized.
Recommendations:
- Provide parallel Azure CLI (cross-platform) instructions and links wherever PowerShell is mentioned.
- Update references such as 'import-export-ps.md' to include or point to CLI/Bash/Linux-friendly guides.
- Explicitly mention that both Azure CLI and PowerShell can be used for migration tasks, and provide examples for both.
- Ensure that all steps referencing command-line tools include both Windows and Linux/macOS compatible commands.
- Review sample code and instructions to ensure they are platform-neutral or include notes for both environments.
Create pull request