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 towards Windows by providing migration instructions and advanced configuration steps (such as adding multiple prefixes to the GatewaySubnet) exclusively via PowerShell, with no mention of Azure CLI, Bash, or Linux-native tooling. There are no Linux/Unix command examples or guidance, and PowerShell is presented as the only scripting interface for key operations.
Recommendations:
- Provide equivalent Azure CLI (az) command examples and migration guides alongside PowerShell instructions, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention support for Linux/macOS environments where applicable, and clarify if any features are PowerShell-only.
- For steps currently only available in PowerShell (such as adding multiple prefixes), note the limitation and provide a timeline or workaround for Linux users.
- Ensure that documentation navigation and 'Next Steps' sections offer both PowerShell and Azure CLI (or REST API) options equally, not just PowerShell.
- Include Bash script examples or references for common administrative tasks where possible.
Create pull request