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
⚠️
windows_tools
Summary:
The documentation page demonstrates a significant Windows bias. All command-line examples are provided exclusively using PowerShell, with explicit references to Windows file paths (e.g., C:\ADF). There are no examples or instructions for running the same tasks on Linux or macOS, nor are cross-platform tools like Azure CLI or Bash scripts mentioned. The documentation assumes a Windows environment throughout, which may hinder Linux or macOS users.
Recommendations:
- Provide equivalent Azure CLI examples for all PowerShell commands, as Azure CLI is cross-platform and works on Windows, Linux, and macOS.
- Include Bash script examples for Linux/macOS users, especially for automation scenarios.
- Use platform-agnostic file paths in examples (e.g., /home/user/ADF or ~/ADF) or explain both Windows and Linux/macOS path conventions.
- Explicitly state that the examples are for Windows/PowerShell and provide links or guidance for Linux/macOS users.
- Consider adding a section or callout on cross-platform support, highlighting any differences or additional steps required for non-Windows environments.
Create pull request