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 only Windows-centric tools and cmdlets (e.g., New-AzAppServicePlan, Set-AzAppServicePlan), and omitting equivalent examples for Linux/macOS users (such as Azure CLI or Bash). The PowerShell approach is presented first and most prominently, with no mention of cross-platform alternatives.
Recommendations:
- Add equivalent Azure CLI examples for all PowerShell commands, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Include Bash scripting examples where appropriate, especially for configuring app settings or deploying ARM templates.
- Explicitly state that PowerShell examples are for Windows and provide links or inline examples for Linux/macOS users.
- Reorganize sections so that cross-platform tools (Azure CLI, ARM templates) are presented before or alongside PowerShell.
- Mention that Azure Cloud Shell supports both Bash and PowerShell, and show how to use both for these tasks.
Create pull request