|
| 1 | +--- |
| 2 | +title: Copy and transform data in Azure Synapse Analytics (Artifacts) by using Azure Data Factory |
| 3 | +titleSuffix: Azure Data Factory & Azure Synapse |
| 4 | +description: Learn how to Linked service "Azure Synapse Analytics (Artifacts)". |
| 5 | +ms.service: data-factory |
| 6 | +ms.subservice: tutorials |
| 7 | +ms.custom: synapse |
| 8 | +author: nabhishek |
| 9 | +ms.author: jejiang |
| 10 | +ms.topic: conceptual |
| 11 | +ms.date: 10/13/2022 |
| 12 | +--- |
| 13 | + |
| 14 | +# Copy and transform data in Azure Synapse Analytics (Artifacts) by using Azure Data Factory |
| 15 | + |
| 16 | +This article outlines how to use Copy Activity in Azure Data Factory pipelines to copy data to and from Azure Synapse Analytics (Artifacts). |
| 17 | + |
| 18 | +## Supported capabilities |
| 19 | + |
| 20 | +This Azure Synapse Analytics (Artifacts) connector is supported for the following capabilities: |
| 21 | + |
| 22 | +| Supported capabilities|IR | Managed private endpoint| |
| 23 | +|---------| --------| --------| |
| 24 | +|[Copy activity](copy-activity-overview.md) (source/sink)|① ②|✓ | |
| 25 | +|[Mapping data flow](concepts-data-flow-overview.md) (source/sink)|① |✓ | |
| 26 | +|[Lookup activity](control-flow-lookup-activity.md)|① ②|✓ | |
| 27 | +|[GetMetadata activity](control-flow-get-metadata-activity.md)|① ②|✓ | |
| 28 | +|[Script activity](transform-data-using-script.md)|① ②|✓ | |
| 29 | +|[Stored procedure activity](transform-data-using-stored-procedure.md)|① ②|✓ | |
| 30 | + |
| 31 | +<small>*① Azure integration runtime ② Self-hosted integration runtime*</small> |
| 32 | + |
| 33 | +## Create an Azure Synapse Analytics (Artifacts) linked service using UI |
| 34 | + |
| 35 | +Use the following steps to create an Azure Synapse Analytics (Artifacts) linked service in the Azure Data Factory portal UI. |
| 36 | + |
| 37 | +1. Browse to the **Manage** tab in your Azure Data Factory and select **Linked Services**, then click **New**: |
| 38 | + |
| 39 | + > [!div class="mx-imgBorder"] |
| 40 | + >  |
| 41 | +
|
| 42 | +2. Search for *Synapse* under the Compute tab, and select the **Azure Synapse Analytics (Artifacts)** connector. |
| 43 | + |
| 44 | + > [!div class="mx-imgBorder"] |
| 45 | + >  |
| 46 | +
|
| 47 | +3. Configure the service details, test the connection, and create the new linked service. |
| 48 | + |
| 49 | + > [!div class="mx-imgBorder"] |
| 50 | + >  |
| 51 | +
|
| 52 | +## Connector configuration details |
| 53 | + |
| 54 | +The following sections provide details about properties that define Azure Data Factory entities specific to an Azure Synapse Analytics (Artifacts) connector. |
| 55 | + |
| 56 | +## Linked service properties |
| 57 | + |
| 58 | +These generic properties are supported for an Azure Synapse Analytics (Artifacts) linked service: |
| 59 | + |
| 60 | +| Property | Description | Required | |
| 61 | +| :------ | :---------- | :-------- | |
| 62 | +| Name | Pick a valid name | Yes | |
| 63 | +| Description | Give some description of this linked service | No | |
| 64 | +| type | The type property must be set to **AzureSynapseArtifacts**. | Yes | |
| 65 | +| Connect via integration runtime| The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use Azure Integration Runtime or a self-hosted integration runtime (if your data store is located in a private network). If not specified, it uses the default Azure Integration Runtime. | Yes | |
| 66 | + |
| 67 | + |
| 68 | +## Linked service example that uses SQL authentication |
| 69 | + |
| 70 | +```json |
| 71 | +{ |
| 72 | + "name": "AzureSynapseArtifacts", |
| 73 | + "properties": { |
| 74 | + "annotations": [], |
| 75 | + "type": "AzureSynapseArtifacts", |
| 76 | + "typeProperties": { |
| 77 | + "endpoint": "https://accessibilityverify.dev.azuresynapse.net", |
| 78 | + "authentication": "MSI" |
| 79 | + } |
| 80 | + } |
| 81 | +} |
| 82 | +``` |
| 83 | + |
| 84 | +## Next steps |
| 85 | + |
| 86 | +For a list of data stores supported as sources and sinks by Copy Activity, see [supported data stores and formats](copy-activity-overview.md#supported-data-stores-and-formats). |
0 commit comments