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
⚠️
windows_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by providing only PowerShell examples for per-app scaling, referencing Azure PowerShell cmdlets exclusively, and omitting equivalent CLI or Linux-native instructions. There are no Bash, Azure CLI, or cross-platform scripting examples, and the PowerShell approach is presented first and solely for command-line configuration.
Recommendations:
- Add equivalent Azure CLI (az) examples for all PowerShell cmdlet instructions, 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 mention that PowerShell examples can be run on any platform with PowerShell Core, or clarify platform requirements.
- Reorder or parallelize sections so that PowerShell and CLI/Linux-native instructions are presented together, avoiding a 'Windows-first' impression.
- Reference Linux tools or workflows where relevant, such as using curl or jq for REST API calls, or deploying with Terraform.
Create pull request