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
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation page demonstrates a strong Windows bias by providing only PowerShell-based CLI examples for per-app scaling, with no equivalent examples for Linux users (e.g., Bash, Azure CLI). The use of Azure PowerShell cmdlets and the absence of cross-platform command-line alternatives or explicit mention of Linux tooling make the instructions less accessible to non-Windows users. Additionally, the documentation metadata and custom tags emphasize Azure PowerShell, reinforcing the Windows-centric approach.
Recommendations:
- Add equivalent Azure CLI (az) examples for all PowerShell commands, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Include Bash shell script examples where appropriate, especially for scripting scenarios.
- Explicitly mention that per-app scaling can be configured using Azure CLI and provide links or references to relevant documentation.
- Balance the order of examples by presenting Azure CLI or ARM template examples before or alongside PowerShell examples.
- Review metadata and custom tags to ensure they do not exclusively reference Windows/Powershell tooling.
Create pull request