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 page 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 referenced as the primary automation tool, and the 'Next steps' section links exclusively to a PowerShell guide. There are no Linux-specific or cross-platform command examples, and Windows-centric tools and patterns are mentioned before any alternatives.
Recommendations:
- Provide equivalent Azure CLI examples alongside PowerShell for all configuration steps, especially for tasks like referencing Key Vault secrets and configuring Application Gateway listeners.
- Include Bash shell scripts or command-line instructions that are platform-agnostic to ensure Linux users can follow along without needing PowerShell.
- In the 'Next steps' section, add links to guides for Azure CLI and ARM/Bicep templates, not just PowerShell.
- When referencing automation or scripting, mention both PowerShell and CLI options, and avoid presenting PowerShell as the default or only method.
- Explicitly state that all steps can be performed on both Windows and Linux, and provide any necessary notes for cross-platform compatibility.
Create pull request