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 Windows bias by listing PowerShell as a primary tool for creating linked services, referencing it before cross-platform or Linux-native options, and omitting explicit Linux CLI or scripting examples. There is no mention of Azure CLI, Bash, or Linux-specific workflows, and the quickstart/tutorial links prioritize .NET and PowerShell, both of which are traditionally Windows-centric.
Recommendations:
- Add examples and quickstart links for Azure CLI and Bash scripts to create linked services, ensuring Linux users have clear, first-class guidance.
- Reorder tool/SDK lists so that cross-platform options (Azure CLI, REST API, portal) appear before or alongside PowerShell and .NET.
- Explicitly mention that PowerShell Core is cross-platform if referencing PowerShell, or clarify which instructions are Windows-only.
- Include sample commands for creating linked services using Azure CLI and Bash, not just PowerShell or .NET.
- Ensure that all tool references and tutorials are balanced between Windows and Linux environments, and avoid implying Windows is the default or preferred platform.
Create pull request