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 providing only PowerShell examples for per-app scaling, referencing Azure PowerShell cmdlets exclusively, and omitting equivalent CLI or scripting instructions for Linux or cross-platform users. There are no Bash, Azure CLI, or Linux-native tool examples, and the PowerShell approach is presented first and as the primary method. This may hinder accessibility for users on Linux or macOS systems.
Recommendations:
- Add equivalent Azure CLI (az) examples for all PowerShell commands, showing how to create and configure per-app scaling using the CLI.
- Include Bash script examples where appropriate, especially for configuring app settings or deploying ARM templates.
- Clearly indicate that PowerShell is not required and that all operations can be performed cross-platform using the Azure CLI.
- Reorder sections or provide parallel examples so that Linux/cross-platform methods are not secondary to Windows/PowerShell.
- Mention and link to documentation on installing and using Azure CLI on Linux/macOS.
- If possible, provide screenshots or walkthroughs for the Azure Portal UI, which is platform-agnostic.
Create pull request