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
⚠️
missing_linux_example
Summary:
The documentation references PowerShell and the SDK as methods for managing Data Factory resources, but does not mention or provide examples for equivalent Linux-native tools (such as Azure CLI or Bash scripting). There are no Linux-specific instructions or examples, and PowerShell is implicitly prioritized as the non-portal automation method.
Recommendations:
- Explicitly mention Azure CLI as an alternative to PowerShell for managing Data Factory resources, and provide equivalent CLI command examples.
- Include Bash scripting examples where automation is discussed, especially for Linux users.
- Ensure that references to automation tools do not assume a Windows environment; mention both PowerShell and CLI equally and in parallel.
- Where SDKs are mentioned, clarify that they are cross-platform and provide links or examples for both Windows and Linux environments.
Create pull request