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 command-line examples for per-app scaling, without any equivalent examples for Linux users (e.g., Azure CLI, Bash). The use of PowerShell cmdlets (New-AzAppServicePlan, Set-AzAppServicePlan, Get-AzWebApp, Set-AzWebApp) is exclusive to Windows environments or requires extra setup on Linux. No Linux-native tools or shell examples are provided, and PowerShell is presented as the primary (and only) scripting interface for these operations.
Recommendations:
- Add equivalent Azure CLI (az) command examples for all PowerShell cmdlets shown, as Azure CLI is cross-platform and widely used on Linux.
- Provide Bash or shell script snippets where appropriate, especially for app-level configuration.
- Explicitly mention that PowerShell examples can be run on Linux with PowerShell Core, but recommend Azure CLI for native Linux workflows.
- Reorder sections or provide parallel examples so that Linux-friendly (CLI) approaches are presented alongside or before PowerShell.
- Include a note or table summarizing the available tools for both Windows and Linux users, with links to installation instructions.
Create pull request