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
Summary:
The documentation demonstrates a mild Windows bias by referencing PowerShell-specific syntax and considerations before Linux/Bash equivalents, and by providing tips for PowerShell users while assuming Bash as the default. However, it does provide Bash-first CLI examples and does not omit Linux-specific instructions, but the presence of PowerShell notes and the order of browser support listings suggest a subtle prioritization of Windows environments.
Recommendations:
- Provide explicit Linux and macOS instructions and examples alongside Windows/PowerShell, not just as notes.
- List browser and tool support in a neutral or alphabetical order rather than putting Microsoft/Windows options first.
- Where line continuation or command syntax differs between shells, show both Bash and PowerShell examples side by side.
- Include references to common Linux tools (e.g., curl, jq) where relevant, not just Azure CLI.
- Explicitly mention Linux and macOS compatibility in prerequisites and environment setup sections.
Create pull request