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-based CLI examples for per-app scaling, with no equivalent examples for Linux users (e.g., Azure CLI/bash). The use of PowerShell cmdlets and Windows-centric scripting patterns is exclusive, and there is no mention of cross-platform or Linux-native tools. The ordering and focus on PowerShell also implicitly prioritize Windows workflows.
Recommendations:
- Add equivalent Azure CLI (az) examples for all PowerShell code snippets, using bash syntax to support Linux and macOS users.
- Explicitly mention that both PowerShell and Azure CLI can be used, and provide guidance for both environments.
- Where possible, use cross-platform tools and scripting patterns in documentation examples.
- Consider including a table or section comparing PowerShell and Azure CLI commands for common per-app scaling tasks.
- Review related documentation links to ensure Linux and cross-platform resources are also referenced.
Create pull request