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 strong Windows bias. All code examples and monitoring instructions use PowerShell cmdlets, with no mention of equivalent CLI, REST API, or SDK approaches that would be more cross-platform. The self-hosted integration runtime is described as being installed on 'on-premises Windows machine', with no discussion of Linux support or alternatives. Windows tools and patterns (PowerShell, SSMS, SSDT) are referenced exclusively or before any cross-platform options. There are no Linux-specific instructions, examples, or clarifications regarding support.
Recommendations:
- Provide equivalent Azure CLI and/or REST API examples for all PowerShell cmdlets, especially for monitoring integration runtimes.
- Clarify whether self-hosted integration runtime can be installed on Linux, and if so, provide Linux installation and monitoring instructions.
- Mention and demonstrate cross-platform tools (e.g., Azure CLI, Data Factory REST API, SDKs in Python/Java) alongside or before Windows-specific tools.
- When referencing tools like SSMS or SSDT, note any cross-platform alternatives or limitations.
- Explicitly state OS requirements or support for each integration runtime type, and offer guidance for Linux users where possible.
Create pull request
Flagged Code Snippets
Get-AzDataFactoryV2IntegrationRuntime -DataFactoryName MyDataFactory -ResourceGroupName MyResourceGroup -Name MyAzureIR -Status
Get-AzDataFactoryV2IntegrationRuntimeMetric -name $integrationRuntimeName -ResourceGroupName $resourceGroupName -DataFactoryName $dataFactoryName | ConvertTo-Json
Get-AzDataFactoryV2IntegrationRuntime -DataFactoryName $DataFactoryName -Name $AzureSSISName -ResourceGroupName $ResourceGroupName -Status