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
⚠️
missing_linux_example
Summary:
The documentation provides a PowerShell example for enabling HTTP/2 support but does not include equivalent Azure CLI or ARM template examples, which are more commonly used on Linux and cross-platform environments. No Linux-specific tools or command-line examples are mentioned, and the only automation example is Windows-centric.
Recommendations:
- Add Azure CLI examples alongside PowerShell for all configuration steps, especially for enabling HTTP/2 support.
- Include ARM/Bicep template snippets for declarative configuration, which are platform-agnostic.
- Explicitly mention that all features are available via Azure CLI and portal, and provide links or examples.
- Where PowerShell is used, provide a note or tabbed code blocks to show equivalent commands for Linux/macOS users.
- Review for any other sections where only Windows tooling is referenced and ensure Linux parity.
Create pull request