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 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 and the absence of cross-platform command-line instructions or references to Linux environments may hinder accessibility for Linux users. Additionally, PowerShell is presented as the primary method before ARM templates, reinforcing a Windows-centric approach.
Recommendations:
- Add equivalent Azure CLI examples for all PowerShell commands, showing how to enable per-app scaling and configure numberOfWorkers using az commands.
- Include Bash scripting examples where appropriate, especially for app-level configuration.
- Explicitly mention that PowerShell examples are cross-platform only if true, or clarify if they require Windows.
- Reorder sections or provide parallel examples so that Linux-friendly tools (Azure CLI, Bash) are presented alongside or before PowerShell.
- Add a note or table summarizing all available tooling (PowerShell, Azure CLI, ARM templates, Portal) and their platform compatibility.
Create pull request