This page contains Windows bias

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:
⚠️ windows_first
⚠️ missing_linux_example
⚠️ windows_tools
Summary:
The documentation demonstrates a Windows bias by exclusively referencing Windows tools (SQL Server Management Studio), using Windows-specific terminology (e.g., 'Server Explorer', 'New Query'), and omitting any mention of Linux-compatible alternatives or command-line approaches. There are no examples or instructions for performing the same tasks on Linux systems, such as using Azure Data Studio, sqlcmd, or other cross-platform tools. The instructions for installing the self-hosted integration runtime also assume a Windows environment, with no mention of Linux installation steps.
Recommendations:
  • Include instructions and examples for Linux users, such as using Azure Data Studio or sqlcmd for database operations.
  • Mention and provide steps for installing the self-hosted integration runtime on Linux, referencing the official cross-platform installation documentation.
  • Replace or supplement references to 'SQL Server Management Studio' and 'Server Explorer' with cross-platform alternatives.
  • Add notes or sections highlighting differences or additional steps required for Linux environments.
  • Ensure screenshots and UI instructions are not exclusively tailored to Windows-only tools.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets

:::image type="content" source="./media/tutorial-incremental-copy-multiple-tables-portal/pipeline-run-arguments.png" alt-text="Pipeline Run arguments"::: ## Monitor the pipeline 1. Switch to the **Monitor** tab on the left. You see the pipeline run triggered by the **manual trigger**. You can use links under the **PIPELINE NAME** column to view activity details and to rerun the pipeline. 1. To see activity runs associated with the pipeline run, select the link under the **PIPELINE NAME** column. For details about the activity runs, select the **Details** link (eyeglasses icon) under the **ACTIVITY NAME** column. 1. Select **All pipeline runs** at the top to go back to the Pipeline Runs view. To refresh the view, select **Refresh**. ## Review the results In SQL Server Management Studio, run the following queries against the target SQL database to verify that the data was copied from source tables to destination tables: **Query**