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
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows bias by presenting Windows/Powershell examples and terminology before Linux equivalents, focusing on Windows-specific tools (PowerShell), and omitting Linux-specific automation or command-line examples. While Azure CLI is cross-platform, the PowerShell section is presented as an equivalent, but there are no Linux shell (bash) or scripting examples. The documentation also refers to the Azure portal UI, which is platform-agnostic, but does not provide parity for Linux users in automation or scripting contexts.
Recommendations:
- Provide Linux shell (bash) scripting examples alongside PowerShell for automation tasks.
- When listing SKU availability commands, present Linux and Windows examples together or alternate their order to avoid always listing Windows first.
- Clarify that Azure CLI commands are cross-platform and can be run on both Windows and Linux, and provide explicit bash examples where appropriate.
- Include notes or sections for Linux users, especially for automation, to ensure parity with Windows/PowerShell instructions.
- Consider including a table or matrix showing which features and commands apply to Windows, Linux, and containers for clarity.
Create pull request