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 exclusively providing PowerShell examples for per-app scaling, referencing Azure PowerShell cmdlets, and omitting equivalent CLI or Linux-native instructions. There are no Bash, Azure CLI, or cross-platform scripting examples, and the PowerShell approach is presented first and exclusively, which may disadvantage Linux or macOS users.
Recommendations:
- Add equivalent Azure CLI (az) examples for all PowerShell commands to ensure Linux and macOS users can follow along without needing PowerShell.
- Include Bash scripting examples where appropriate, especially for configuring app settings or deploying ARM templates.
- Explicitly mention that PowerShell examples are cross-platform only if true, or clarify platform requirements.
- Reorder or parallelize documentation sections so that PowerShell and CLI examples are presented together, or alternate which comes first.
- Reference Linux-native tools or workflows where possible, such as using curl or jq for REST API calls, or using the Azure portal for platform-agnostic instructions.
Create pull request