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:
⚠️
missing_linux_example
⚠️
windows_first
⚠️
powershell_heavy
Summary:
The documentation page demonstrates bias toward Windows environments by referencing only a PowerShell-based tutorial for next steps, without mentioning or linking to Linux-native tools or CLI examples. There are no Bash, Azure CLI, or Linux shell command examples, and the only configuration guidance points to a PowerShell tutorial, which is most commonly used on Windows.
Recommendations:
- Include equivalent Azure CLI (az network application-gateway) examples for configuring redirects, as Azure CLI is cross-platform and widely used on Linux.
- Provide Bash shell command examples for common redirection scenarios.
- Link to or create tutorials for configuring Application Gateway redirects using Azure CLI and ARM templates, not just PowerShell.
- Explicitly mention that PowerShell examples can be run on Linux (if applicable), or clarify platform requirements for each method.
- Ensure that references to configuration steps or tutorials are balanced, offering both Windows/PowerShell and Linux/Azure CLI options side by side.
Create pull request