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 and REST API resources exclusively, and omitting any Azure CLI (cross-platform) or Linux-native command examples. The focus on PowerShell cmdlets and lack of parity with CLI or Bash scripting may disadvantage Linux and macOS users.
Recommendations:
- Add Azure CLI examples alongside PowerShell for all command-line operations, especially for gateway subnet creation.
- Include references and links to Azure CLI documentation and syntax in the 'REST APIs and PowerShell cmdlets' section.
- Explicitly mention that all operations can be performed from Linux, macOS, or Windows using Azure CLI.
- Where possible, provide Bash script equivalents for common tasks.
- Reorder examples or provide both PowerShell and CLI examples together, rather than PowerShell only or first.
Create pull request