This page contains Windows bias
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
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page demonstrates a moderate Windows bias. PowerShell (a Windows-centric tool) is consistently presented before Azure CLI in code examples and instructions. The use of PowerShell is emphasized throughout, and variable syntax in CLI examples uses Windows-style ($Var) rather than POSIX/Linux-style. There is no mention of Linux-specific tools or shell environments, and the documentation does not provide parity for Linux command-line conventions or examples. The focus on PowerShell and Windows-first ordering may make the documentation less approachable for Linux users.
Recommendations
- Alternate the order of PowerShell and Azure CLI examples, or present Azure CLI first to better support Linux users.
- Use POSIX-style variable syntax (e.g., VAR=value) in Azure CLI examples to match Linux conventions.
- Explicitly mention that Azure CLI commands can be run in Bash or other Linux shells, and provide sample commands using Linux shell syntax.
- Add notes or sections highlighting any Linux-specific considerations or troubleshooting steps.
- Ensure screenshots and UI instructions are not Windows-centric, and clarify cross-platform compatibility where relevant.
Create Pull Request
Scan History
| Date |
Scan |
Status |
Result |
| 2026-01-15 00:00 |
#254
|
completed |
Clean
|
| 2026-01-14 00:00 |
#250
|
in_progress |
Clean
|
| 2026-01-13 00:00 |
#246
|
completed |
Biased
|
| 2026-01-11 00:00 |
#240
|
completed |
Biased
|
| 2026-01-10 00:00 |
#237
|
completed |
Biased
|
| 2026-01-09 00:34 |
#234
|
completed |
Biased
|
| 2026-01-08 00:53 |
#231
|
completed |
Biased
|
| 2026-01-06 18:15 |
#225
|
cancelled |
Clean
|
| 2025-08-19 00:01 |
#85
|
completed |
Clean
|
| 2025-07-13 21:37 |
#48
|
completed |
Biased
|
| 2025-07-12 23:44 |
#41
|
cancelled |
Clean
|
Flagged Code Snippets