|
2 | 2 | title: "Create an Azure Synapse Link for Dataverse with your Azure Synapse Workspace | MicrosoftDocs"
|
3 | 3 | description: "Learn how to export table data to Azure Synapse Analytics in Power Apps"
|
4 | 4 | ms.custom: ""
|
5 |
| -ms.date: 01/05/2023 |
| 5 | +ms.date: 02/23/2023 |
6 | 6 | ms.reviewer: "Mattp123"
|
7 | 7 | ms.suite: ""
|
8 | 8 | ms.tgt_pltfrm: ""
|
@@ -39,19 +39,20 @@ You can use the Azure Synapse Link to connect your Microsoft Dataverse data to A
|
39 | 39 |
|
40 | 40 | ## Prerequisites
|
41 | 41 |
|
42 |
| -- Azure Data Lake Storage Gen2: You must have an Azure Data Lake Storage Gen2 account and **Owner** and **Storage Blob Data Contributor** role access. Your storage account must enable **Hierarchical namespace** and **public network access** for both initial setup and delta sync. **Allow storage account key access** is required only for the initial setup. We recommend that replication is set to **read-access geo-redundant storage (RA-GRS)**. |
| 42 | +- Dataverse: You must have the Dataverse **system administrator** security role. Additionally, tables you want to export via Synapse Link must have the **Track changes** property enabled. More information: [Advanced options](create-edit-entities-portal.md#advanced-options) |
43 | 43 |
|
44 |
| -- Synapse workspace: You must have a Synapse workspace and the **Synapse Administrator** role access within the Synapse Studio. The Synapse workspace must be in the same region as your Azure Data Lake Storage Gen2 account with **public network access** enabled. The storage account must be added as a linked service within the Synapse Studio. To create a Synapse workspace, go to [Creating a Synapse workspace](/azure/synapse-analytics/get-started-create-workspace). |
| 44 | +- Azure Data Lake Storage Gen2: You must have an Azure Data Lake Storage Gen2 account and **Owner** and **Storage Blob Data Contributor** role access. Your storage account must enable **Hierarchical namespace** and **public network access** for both initial setup and delta sync. **Allow storage account key access** is required only for the initial setup. |
| 45 | + |
| 46 | +- Synapse workspace: You must have a Synapse workspace and the **Synapse Administrator** role access within the Synapse Studio. The Synapse workspace must be in the same region as your Azure Data Lake Storage Gen2 account with **allowAll** IP addresses access rule. The storage account must be added as a linked service within the Synapse Studio. To create a Synapse workspace, go to [Creating a Synapse workspace](/azure/synapse-analytics/get-started-create-workspace). |
45 | 47 |
|
46 | 48 | > [!NOTE]
|
47 | 49 | >
|
48 | 50 | > - The storage account and Synapse workspace must be created in the same Azure Active Directory (Azure AD) tenant as your Power Apps tenant.
|
49 | 51 | > - The storage account and Synapse workspace must be created in the same region as the Power Apps environment you will use the feature in and the same resource group.
|
50 | 52 | > - Using private endpoints for storage account or Synapse workspace isn't supported.
|
51 | 53 | > - You must have **Reader** role access to the resource group with the storage account and Synapse workspace.
|
52 |
| -> - To link the environment to Azure Data Lake Storage Gen2, you must have the Dataverse system administrator security role. |
53 |
| -> - Only tables that have change tracking enabled can be exported. |
54 | 54 | > - When you add multiple users to the synapse workspace, they must have the **Synapse Administrator** role access within the Synapse Studio and the **Storage Blob Data Contributor** role on the Azure Data Lake Storage Gen2 account.
|
| 55 | +> - The creation of Synapse Link profiles under a single DV environment is limited to a maximum of 10. |
55 | 56 |
|
56 | 57 | ## Connect Dataverse to Synapse workspace
|
57 | 58 |
|
|
0 commit comments