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 strong bias toward Windows-centric tooling and workflows. All command-line examples are provided exclusively using Azure PowerShell cmdlets, which are most commonly used in Windows environments. There are no equivalent examples for Linux-native tools such as Azure CLI or Bash scripting. The documentation does not mention or demonstrate Linux-first or cross-platform workflows, and the PowerShell section appears before any mention of ARM templates or other alternatives.
Recommendations:
- Add equivalent Azure CLI (az) command examples for all PowerShell cmdlets shown, as Azure CLI is cross-platform and widely used in Linux environments.
- Include Bash scripting examples where appropriate, or at least note that the steps can be performed in Bash on Linux/Mac.
- Explicitly mention that per-app scaling can be configured using both PowerShell and Azure CLI, and provide links to relevant CLI documentation.
- Consider reordering sections so that cross-platform or neutral options (e.g., Azure CLI, ARM templates) are presented before or alongside PowerShell.
- Add a note clarifying that PowerShell is available cross-platform, but that Azure CLI may be more familiar to Linux users.
Create pull request