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 Windows bias by consistently presenting command-line examples with Windows-specific syntax (e.g., 'C:\>' prompt), listing PowerShell instructions before Azure CLI, and referencing Windows tools and conventions. There are no explicit Linux or macOS shell examples, and installation or usage instructions assume a Windows environment.
Recommendations:
- Provide Linux/macOS shell examples alongside or before Windows examples, using appropriate prompts (e.g., '$' for Bash).
- Include installation instructions for PowerShell and Azure CLI on Linux/macOS, not just Windows.
- Avoid using Windows-specific file paths or prompts in generic command examples; use platform-neutral syntax where possible.
- Explicitly state cross-platform compatibility of tools and commands, and link to relevant platform-specific documentation.
- Balance the order of examples (sometimes showing Azure CLI or Bash first) to avoid reinforcing a Windows-first perspective.
Create pull request