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 PowerShell for command-line migration and subnet management tasks, with no mention of Azure CLI or Bash/Linux alternatives. All automation and scripting guidance is provided only via PowerShell, which is traditionally associated with Windows environments. There are no examples or instructions for Linux users or those preferring cross-platform tools.
Recommendations:
- Provide Azure CLI (az) command examples alongside PowerShell for all migration and subnet management tasks.
- Explicitly mention that PowerShell can be used on Linux/macOS, or clarify if any steps are Windows-only.
- Include Bash or shell script equivalents where appropriate, or link to cross-platform documentation.
- Reorder guidance so that cross-platform tools (Azure CLI) are mentioned before or alongside PowerShell.
- Add a section or note for Linux/macOS users, outlining supported tools and any differences in procedure.
Create pull request