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 providing only Azure PowerShell examples for gateway subnet creation, with no equivalent Azure CLI (cross-platform) or ARM template examples. The technical resources section lists only PowerShell and REST API links, omitting Azure CLI references. This focus on PowerShell and lack of Linux/cross-platform examples may hinder users on non-Windows platforms.
Recommendations:
- Add Azure CLI examples alongside PowerShell for all code snippets, especially for gateway subnet creation.
- Include references and links to Azure CLI documentation in the technical resources section.
- Where possible, provide ARM/Bicep template examples for infrastructure-as-code parity.
- Review the documentation for other areas where only PowerShell is mentioned and ensure CLI parity.
- Explicitly state that both PowerShell and CLI are supported, and clarify any platform-specific requirements.
Create pull request