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 listing Windows-specific shells (PowerShell, Windows Terminal, Command Prompt) first and explicitly, while only referring to 'equivalent' shells for other platforms. There are no explicit Linux or macOS terminal examples or instructions, and the setup instructions assume familiarity with Windows tools and patterns.
Recommendations:
- Explicitly mention Linux and macOS terminals (e.g., 'Terminal on macOS or Linux') alongside Windows shells.
- Provide example commands or notes for Linux/macOS users where relevant (e.g., file paths, environment variable setting).
- Avoid listing Windows shells first or exclusively; use neutral language such as 'Open a terminal (e.g., PowerShell, Command Prompt, Terminal on macOS or Linux)'.
- Include troubleshooting or setup notes for common Linux/macOS issues if any exist.
Create pull request