Skip to content

Commit 0420f49

Browse files
authored
Merge pull request #228445 from v-lanjunli/deleteandupdate
delete connector-azure-synapse-analytics-artifacts.md and update compute-linked-services.md
2 parents 4b4f08a + 36ab326 commit 0420f49

File tree

4 files changed

+39
-90
lines changed

4 files changed

+39
-90
lines changed

articles/data-factory/.openpublishing.redirection.data-factory.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,11 @@
595595
"source_path_from_root": "/articles/data-factory/solution-template-copy-new-files-lastmodifieddate.md",
596596
"redirect_url": "/azure/data-factory/solution-template-copy-new-files-last-modified-date",
597597
"redirect_document_id": false
598+
},
599+
{
600+
"source_path_from_root": "/articles/data-factory/connector-azure-synapse-analytics-artifacts.md",
601+
"redirect_url": "/azure/data-factory/compute-linked-services",
602+
"redirect_document_id": true
598603
}
599604
]
600605
}

articles/data-factory/TOC.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,6 @@ items:
420420
- name: Azure Synapse Analytics
421421
href: connector-azure-sql-data-warehouse.md
422422
displayName: polybase
423-
- name: Azure Synapse Analytics (Artifacts)
424-
href: connector-azure-synapse-analytics-artifacts.md
425-
displayName: polybase
426423
- name: Azure Table Storage
427424
href: connector-azure-table-storage.md
428425
displayName: timeout

articles/data-factory/compute-linked-services.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ The following table provides a list of supported compute environments and the ac
3030
| [Azure Data Lake Analytics](#azure-data-lake-analytics-linked-service) | [Data Lake Analytics U-SQL](transform-data-using-data-lake-analytics.md) |
3131
| [Azure SQL](#azure-sql-database-linked-service), [Azure Synapse Analytics](#azure-synapse-analytics-linked-service), [SQL Server](#sql-server-linked-service) | [Stored Procedure](transform-data-using-stored-procedure.md) |
3232
| [Azure Databricks](#azure-databricks-linked-service) | [Notebook](transform-data-databricks-notebook.md), [Jar](transform-data-databricks-jar.md), [Python](transform-data-databricks-python.md) |
33+
| [Azure Synapse Analytics (Artifacts)](#azure-synapse-analytics-artifacts-linked-service) | [Synapse Notebook activity](transform-data-synapse-notebook.md), [Synapse Spark job definition](transform-data-synapse-spark-job-definition.md) |
3334
| [Azure Function](#azure-function-linked-service) | [Azure Function activity](control-flow-azure-function-activity.md)
35+
36+
3437
>
3538
3639
## HDInsight compute environment
@@ -576,7 +579,37 @@ You create a SQL Server linked service and use it with the [Stored Procedure Act
576579

577580
## Azure Synapse Analytics (Artifacts) linked service
578581

579-
You create an Azure Synapse Analytics (Artifacts) linked service and use it with the [Synapse Notebook Activity](transform-data-synapse-notebook.md) and [Synapse Spark job definition Activity](transform-data-synapse-spark-job-definition.md) to invoke a stored procedure from a pipeline. See [Azure Synapse Analytics (Artifacts) Connector](connector-azure-synapse-analytics-artifacts.md) article for details about this linked service.
582+
You create an Azure Synapse Analytics (Artifacts) linked service and use it with the [Synapse Notebook Activity](transform-data-synapse-notebook.md) and [Synapse Spark job definition Activity](transform-data-synapse-spark-job-definition.md).
583+
584+
### Example
585+
586+
```json
587+
{
588+
"name": "AzureSynapseArtifacts",
589+
"properties": {
590+
"description": "AzureSynapseArtifactsDescription",
591+
"annotations": [],
592+
"type": "AzureSynapseArtifacts",
593+
"typeProperties": {
594+
"endpoint": "https://<workspacename>.dev.azuresynapse.net",
595+
"authentication": "MSI",
596+
"workspaceResourceId": "<workspace Resource Id>"
597+
}
598+
}
599+
}
600+
```
601+
602+
### Properties
603+
604+
| **Property** | **Description** | **Required** |
605+
| --- | --- | --- |
606+
| name | Name of the Linked Service | Yes |
607+
| description | description of the Linked Service | No |
608+
| annotations | annotations of the Linked Service | No |
609+
| type | The type property should be set to **AzureSynapseArtifacts** | Yes |
610+
| endpoint | The Azure Synapse Analytics URL | Yes |
611+
| authentication | The default setting is System Assigned Managed Identity | Yes |
612+
| workspaceResourceId | workspace Resource Id | Yes |
580613

581614
## Azure Function linked service
582615

articles/data-factory/connector-azure-synapse-analytics-artifacts.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)