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-native tools (such as Azure CLI/bash). The exclusive use of PowerShell cmdlets and the absence of Linux or cross-platform command-line instructions may hinder accessibility for Linux or macOS users. Additionally, the documentation metadata and custom tags emphasize Azure PowerShell, reinforcing the Windows-centric approach.
Recommendations:
- Add equivalent Azure CLI (az) examples for all PowerShell commands shown, using bash syntax to support Linux/macOS users.
- Explicitly mention that both PowerShell and Azure CLI can be used, and provide guidance for users on different platforms.
- Include a section or callout for Linux/macOS users, highlighting any differences or considerations.
- Review and update documentation metadata and custom tags to reflect cross-platform tooling, not just Azure PowerShell.
- Consider the order of presentation: present Azure CLI and PowerShell examples side-by-side or with equal prominence, rather than PowerShell first or exclusively.
Create pull request