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 page demonstrates a Windows bias by providing only Azure PowerShell examples for gateway subnet creation, referencing PowerShell cmdlets and REST APIs as primary configuration tools, and omitting equivalent Azure CLI (cross-platform) or ARM template examples. There are no Linux-native or cross-platform command examples, and PowerShell is presented as the default automation method.
Recommendations:
- Add Azure CLI examples alongside PowerShell for all configuration steps, especially for gateway subnet creation.
- Include ARM template snippets or Bicep examples for users who prefer declarative infrastructure-as-code approaches.
- Explicitly mention that all operations can be performed from any OS using Azure CLI, not just Windows/PowerShell.
- Reorganize technical resources to list Azure CLI and REST API before or alongside PowerShell, emphasizing cross-platform options.
- Where PowerShell is referenced, provide a parallel Azure CLI command block to ensure parity for Linux and macOS users.
Create pull request