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
missing_linux_example
Summary
The documentation page demonstrates Windows bias by providing a path example using Windows-style (C:\temp\logs) and omitting a Linux equivalent (such as /tmp/logs). No Linux-specific examples or notes are given for file paths or usage, despite the cross-platform nature of Azure CLI and Kubernetes tools.
Recommendations
- Include Linux path examples (e.g., /tmp/logs) alongside Windows examples when demonstrating command usage.
- Explicitly state that the Azure CLI and Kubernetes tools work on both Windows and Linux, and provide examples for both platforms.
- Add notes or examples for common Linux shell usage patterns (such as using $HOME or ~ for home directories).
- Ensure that folder hierarchy and output examples use platform-neutral or dual-platform paths.
Create Pull Request
Scan History
| Date |
Scan |
Status |
Result |
| 2026-01-14 00:00 |
#251
|
completed |
Biased
|
| 2026-01-13 00:00 |
#247
|
completed |
Biased
|
| 2026-01-11 00:00 |
#241
|
completed |
Biased
|
| 2026-01-10 00:00 |
#238
|
completed |
Biased
|
| 2026-01-09 00:34 |
#235
|
completed |
Biased
|
| 2026-01-08 00:53 |
#232
|
completed |
Biased
|
Flagged Code Snippets