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_tools
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation provides detailed PowerShell examples (a Windows-centric tool) for both creating and updating Application Gateway resources, while not offering equivalent Bash or Linux shell scripting examples. The PowerShell method is given a dedicated section, and the Azure CLI examples are not explicitly shown in a Linux context (e.g., Bash scripting or Linux shell). There is also a reference to the Azure SDK for .NET, another Windows-centric technology, without mention of cross-platform SDKs. No Linux-specific guidance or examples are present.
Recommendations:
- Add explicit Bash/Linux shell scripting examples for the Azure CLI method, demonstrating usage in a Linux terminal.
- Include cross-platform scripting examples (e.g., using Bash, Python SDK, or REST API with curl) to ensure Linux users are equally supported.
- Mention that Azure CLI commands are cross-platform and can be run on Linux, macOS, and Windows, and provide sample command lines for each where relevant.
- If referencing SDKs, include links or examples for Python, Java, or other cross-platform SDKs, not just .NET.
- Reorder sections so that cross-platform methods (Azure CLI, ARM template) appear before Windows-specific tools like PowerShell.
Create pull request