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_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows bias by providing only PowerShell-based examples for configuring Application Gateway with Key Vault certificates, with no equivalent Azure CLI, Bash, or Linux-native instructions. PowerShell is featured as the primary automation tool, and the 'Next steps' section links exclusively to a PowerShell guide. There is no mention or example of cross-platform tools or Linux-first workflows.
Recommendations:
- Add equivalent Azure CLI examples for all PowerShell command sequences, especially for certificate reference and managed identity configuration.
- Include Bash shell script examples for common tasks to support Linux users.
- In sections where PowerShell is referenced, mention that Azure CLI is also supported and provide links or inline examples.
- Update the 'Next steps' section to include links to Azure CLI and ARM/Bicep template guides, not just PowerShell.
- Where possible, use neutral, cross-platform language (e.g., 'use your preferred automation tool') and avoid implying PowerShell is the default or only option.
- Consider adding a table or callout comparing PowerShell and CLI commands for key tasks.
Create pull request