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 Windows bias by exclusively providing PowerShell examples for per-app scaling configuration, without offering equivalent examples for Linux users (such as Azure CLI, Bash, or REST API). The use of PowerShell cmdlets and parameters is specific to Windows environments, and there is no mention of or guidance for Linux-native tools or workflows. The PowerShell section is presented before the ARM template section, reinforcing the Windows-first approach.
Recommendations:
- Add equivalent Azure CLI examples for all PowerShell commands, demonstrating how to configure per-app scaling using cross-platform tools.
- Include Bash or shell script snippets where appropriate to illustrate Linux workflows.
- Explicitly mention that PowerShell examples can be run on Linux using Azure PowerShell, but provide native Linux alternatives for better parity.
- Reorganize the documentation to present cross-platform (CLI/REST/ARM) approaches before or alongside PowerShell examples.
- Clarify in the introduction that all major platforms are supported and provide links to relevant tooling for each.
Create pull request