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 examples for per-app scaling, with no equivalent examples for Linux-native tools (such as Azure CLI or Bash scripting). The use of PowerShell cmdlets (New-AzAppServicePlan, Set-AzAppServicePlan, Get-AzWebApp, Set-AzWebApp) is exclusive, and there is no mention of Linux or cross-platform workflows. ARM template examples are platform-neutral, but all imperative (command-line) guidance is Windows-centric.
Recommendations:
- Add equivalent Azure CLI examples for all PowerShell commands, showing how to enable per-app scaling and configure number of workers using az appservice plan and az webapp commands.
- Include Bash script snippets for Linux users where appropriate.
- When introducing command-line instructions, present Azure CLI (cross-platform) examples before or alongside PowerShell examples.
- Explicitly mention that PowerShell examples are for Windows users and provide guidance for Linux/macOS users.
- Review related content and links to ensure Linux and cross-platform tooling is represented.
Create pull request