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_first
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows bias, particularly in the section instructing users to install and use the Azure CLI. It explicitly directs users to open PowerShell as Administrator and provides command-line instructions in a PowerShell context, with no mention of Linux/macOS terminals or shell equivalents. There are no Linux-specific instructions or screenshots, and the workflow assumes a Windows environment.
Recommendations:
- Provide parallel instructions for Linux and macOS users, including how to open a terminal and run Azure CLI commands.
- Avoid specifying 'PowerShell' unless the instructions are truly Windows-specific; otherwise, use neutral language like 'terminal' or 'command prompt'.
- Include example commands and outputs as they would appear in Bash or other common Linux shells.
- Add notes or callouts where behavior or prerequisites differ between Windows and Linux/macOS (e.g., installation paths, permissions).
- Ensure screenshots and step-by-step instructions are not exclusively from Windows environments.
Create pull request