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 as the only command-line interface for managing Azure Data Factory permissions, with no mention of cross-platform alternatives such as Azure CLI, Bash, or Linux-specific workflows. This suggests a bias toward Windows environments and tools, and may leave Linux or macOS users without clear guidance.
Recommendations:
- Include Azure CLI examples alongside or instead of PowerShell for all command-line instructions, as Azure CLI is cross-platform and works on Windows, Linux, and macOS.
- Explicitly mention that PowerShell Core is available cross-platform, or clarify when examples are Windows-specific.
- Provide Bash or shell script examples where appropriate, especially for common tasks like role assignment.
- Reference both Windows and Linux environments when discussing SDK usage or automation, ensuring parity in instructions and tool recommendations.
- Add a section or note about managing Azure Data Factory permissions from Linux/macOS, including any relevant tools or differences.
Create pull request