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
⚠️
windows_tools
⚠️
powershell_heavy
Summary:
The documentation generally aims for cross-platform parity but demonstrates some Windows bias. Windows command line and PowerShell are mentioned explicitly and sometimes before Linux equivalents. Windows-specific tools (e.g., PowerShell, MSI installer) are referenced, and in some cases, Windows command syntax is shown alongside (or before) Bash. There is also a focus on Windows-specific installation and usage patterns, and PowerShell is treated as a first-class language option.
Recommendations:
- Ensure all command examples are provided for both Windows (cmd/PowerShell) and Linux/macOS (Bash), and present them in parallel or with equal prominence.
- When referencing tools like PowerShell or MSI installers, also mention Linux/macOS equivalents (e.g., Bash, Homebrew, apt, yum) and provide installation instructions for those platforms.
- Avoid phrases like 'command prompt' or 'func.exe' that are Windows-centric; use 'terminal' or 'func' where possible.
- When listing prerequisites or dependencies (e.g., Azure CLI, PowerShell), clarify cross-platform availability and provide links to Linux/macOS installation guides.
- In sections where Windows-specific behaviors or limitations are described (e.g., Core Tools v1.x only on Windows), clearly call out Linux/macOS alternatives or workarounds.
- Consider adding a dedicated section or callouts for Linux/macOS users to highlight any platform-specific considerations.
Create pull request