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 exhibits a Windows bias by referencing Azure PowerShell as the only example for creating an autoscaling, zone redundant application gateway with a reserved virtual IP address. There are no equivalent instructions or links for Linux users (e.g., Azure CLI, ARM templates, or Bicep). The 'Next steps' section specifically highlights a PowerShell tutorial, implicitly prioritizing Windows tooling and workflows.
Recommendations:
- Add equivalent Linux-friendly instructions and links, such as tutorials using Azure CLI, ARM templates, or Bicep, alongside the PowerShell example.
- In the 'Next steps' section, provide parallel links for both PowerShell and Azure CLI (and/or ARM/Bicep) to ensure users on all platforms have clear guidance.
- Review the documentation for any implicit assumptions about the user's operating system and strive for neutral, cross-platform language and examples.
- Consider a table or section comparing how to perform key tasks (like autoscaling configuration) using different tools (PowerShell, CLI, ARM, Bicep) to promote parity.
Create pull request