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:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
windows_tools
Summary:
The documentation demonstrates a mild Windows bias by presenting Windows (and PowerShell) options before Linux equivalents, and by providing a PowerShell automation example but not a Bash/Linux shell script. The Azure portal UI instructions do not distinguish between Windows and Linux, but the scripting section gives more prominence to Windows-centric tools.
Recommendations:
- Provide Linux shell (Bash) script examples alongside PowerShell for automation, especially for creating and managing App Service plans.
- When listing command-line options (e.g., Azure CLI commands), clarify any differences or requirements for Linux vs. Windows environments.
- Present Linux and Windows options in parallel or alternate their order to avoid always listing Windows first.
- Explicitly mention that the Azure CLI commands work cross-platform and provide any necessary notes for Linux users.
- If referencing portal UI steps, clarify if there are any differences for Linux-based App Service plans or containers.
Create pull request