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
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by exclusively referencing Azure PowerShell in the 'Next steps' section for creating an autoscaling, zone redundant application gateway. There are no CLI (cross-platform) or Linux-specific instructions or examples provided, and the only explicit tooling reference is to PowerShell, which is traditionally associated with Windows environments. This may give the impression that Windows or PowerShell is the preferred or only supported environment for these operations.
Recommendations:
- Include equivalent Azure CLI (az) instructions and tutorials alongside PowerShell examples to ensure cross-platform accessibility.
- In the 'Next steps' section, provide links to both PowerShell and CLI-based tutorials for creating and managing autoscaling Application Gateways.
- Explicitly mention that all features are available via both PowerShell and CLI, and provide parity in documentation coverage.
- If possible, add Bash script examples or references for Linux users.
- Avoid listing Windows/PowerShell tools before their cross-platform or Linux equivalents, or present them together.
Create pull request