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, with no equivalent Azure CLI, Bash, or Linux-oriented instructions. PowerShell is mentioned and used as the primary automation tool, and the 'Next steps' section links exclusively to a PowerShell guide. There are no Linux/Unix shell or cross-platform scripting examples, and the documentation assumes familiarity with Windows-centric tools and workflows.
Recommendations:
- Provide equivalent Azure CLI (az) command examples alongside PowerShell for all configuration steps, especially for referencing Key Vault secrets and configuring Application Gateway.
- Include Bash shell script examples for Linux users where automation is demonstrated.
- In the 'Next steps' section, add links to guides for Azure CLI and ARM/Bicep templates, not just PowerShell.
- When mentioning tools or automation approaches, present cross-platform options first or in parallel, rather than defaulting to PowerShell.
- Explicitly state that all steps can be performed on Linux/macOS using Azure CLI, and provide references or links to relevant documentation.
- Where screenshots or UI steps are shown, clarify that the Azure portal is cross-platform, and note any OS-specific considerations if relevant.
Create pull request