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
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by exclusively providing PowerShell cmdlet examples (e.g., New-AzApplicationGatewayProbeHealthResponseMatch) for configuring custom health probes, and by referencing Azure PowerShell as the primary automation tool. There are no equivalent examples or instructions for Linux users (e.g., Azure CLI, Bash, or ARM templates), and the 'devx-track-azurepowershell' custom tag further signals a Windows/PowerShell-centric approach. The 'Next steps' section also lists PowerShell before the Azure Portal, with no mention of Linux-friendly tooling.
Recommendations:
- Add equivalent Azure CLI (az network application-gateway probe ...) examples alongside PowerShell cmdlets for all configuration tasks.
- Include Bash or shell scripting examples where relevant, especially for automation scenarios.
- Reference ARM/Bicep templates for declarative configuration, which are platform-agnostic.
- Update 'Next steps' to mention Azure CLI and ARM/Bicep options, not just PowerShell.
- Consider removing or balancing the 'devx-track-azurepowershell' tag with 'devx-track-azurecli' or similar.
- Wherever PowerShell is mentioned, provide a parallel Linux/CLI example or a link to equivalent documentation.
Create pull request