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). The use of PowerShell cmdlets and parameters is exclusive, and there is no mention of how to perform these tasks on Linux or macOS environments. The ARM template section is platform-neutral, but all imperative (command-line) instructions are Windows-centric.
Recommendations:
- Add Azure CLI examples for all PowerShell commands, showing how to create and configure per-app scaling using az commands.
- Include Bash shell examples where appropriate, especially for scripting scenarios.
- Explicitly mention that the PowerShell examples are cross-platform only if they are (e.g., Azure PowerShell Core), or clarify if they are Windows-only.
- Present Azure CLI (or REST API) examples before or alongside PowerShell to avoid a 'Windows-first' impression.
- Add a note or section for Linux/macOS users, guiding them to equivalent tooling and commands.
Create pull request