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 bias toward Windows by providing migration instructions and advanced configuration steps (such as adding multiple prefixes to GatewaySubnet) exclusively via PowerShell, with no mention of Azure CLI, Bash, or other cross-platform/Linux-friendly tools. There are no Linux-specific or cross-platform command examples, and PowerShell is presented as the only scripting interface for automation, which may disadvantage Linux users.
Recommendations:
- Provide equivalent Azure CLI examples for all PowerShell instructions, especially for migration and subnet configuration tasks.
- Explicitly mention cross-platform options (e.g., Azure CLI, Bash scripts) alongside PowerShell in all relevant sections and next steps.
- Where PowerShell is required due to feature gaps, clearly state this and provide a roadmap or workaround for Linux users.
- Add a section or callout for Linux/macOS administrators, summarizing which steps can be performed using cross-platform tools and which currently require PowerShell.
- Ensure that links to migration guides and troubleshooting include both PowerShell and Azure CLI/Bash options where possible.
Create pull request