You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/configure-synapse-link.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Configure and use Azure Synapse Link for Azure Cosmos DB
3
-
description: Learn how to enable Synapse link for Azure Cosmos DB accounts, create a container with analytical store enabled, connect the Azure Cosmos DB database to Synapse workspace, and run queries.
3
+
description: Learn how to enable Synapse Link for Azure Cosmos DB accounts, create a container with analytical store enabled, connect the Azure Cosmos DB database to Synapse workspace, and run queries.
4
4
author: Rodrigossz
5
5
ms.service: cosmos-db
6
6
ms.topic: how-to
@@ -23,7 +23,7 @@ Azure Synapse Link is available for Azure Cosmos DB SQL API or for Azure Cosmos
23
23
*[Improve performance with Best Practices](#best)
24
24
*[Use Azure Synapse serverless SQL pool to analyze and visualize data in Power BI](#analyze-with-powerbi)
25
25
26
-
You can also check the training module on how to [configure Azure Synapse Link for Azure Cosmos DB.](/training/modules/configure-azure-synapse-link-with-azure-cosmos-db/)
26
+
You can also check the training module on how to [configure Azure Synapse Link for Azure Cosmos DB](/training/modules/configure-azure-synapse-link-with-azure-cosmos-db/).
27
27
28
28
## <aid="enable-synapse-link"></a>Enable Azure Synapse Link for Azure Cosmos DB accounts
29
29
@@ -47,7 +47,7 @@ The first step to use Synapse Link is to enable it for your Azure Cosmos DB data
47
47
48
48
:::image type="content" source="./media/configure-synapse-link/find-synapse-link-feature.png" alt-text="Find Synapse Link feature":::
49
49
50
-
1. Next it prompts you to enable synapse link on your account. Select **Enable**. This process can take 1 to 5 minutes to complete.
50
+
1. Next it prompts you to enable Synapse Link on your account. Select **Enable**. This process can take 1 to 5 minutes to complete.
51
51
52
52
:::image type="content" source="./media/configure-synapse-link/enable-synapse-link-feature.png" alt-text="Enable Synapse Link feature":::
53
53
@@ -219,7 +219,7 @@ Analytical store can be disabled in SQL API containers using Azure CLI or PowerS
219
219
> Please note that currently this action can't be undone. If analytical store is disabled in a container, it can never be re-enabled.
220
220
221
221
> [!NOTE]
222
-
> Please note that disabling analitical store is not available for MongoDB API collections.
222
+
> Please note that disabling analytical store is not available for MongoDB API collections.
223
223
224
224
225
225
## <aid="connect-to-cosmos-database"></a> Connect to a Synapse workspace
@@ -240,15 +240,15 @@ Serverless SQL pool allows you to query and analyze data in your Azure Cosmos DB
240
240
241
241
## <aid="analyze-with-powerbi"></a>Use serverless SQL pool to analyze and visualize data in Power BI
242
242
243
-
You can use integrated BI experience in Azure Cosmos DB portal, to build BI dashboards using Synapse Link with just a few clicks. To learn more, see [how to build BI dashboards using Synapse Link](integrated-power-bi-synapse-link.md). This integrated experience will create simple T-SQL views in Synapse serverless SQL pools, for your Azure Cosmos DB containers. You can build BI dashboards over these views, which will query your Azure Cosmos DB containers in real-time, using [Direct Query](/power-bi/connect-data/service-dataset-modes-understand#directquery-mode), reflecting latest changes to your data. There is no performance or cost impact to your transactional workloads, and no complexity of managing ETL pipelines.
243
+
You can use the integrated BI experience in the Azure Cosmos DB portal, to build BI dashboards using Synapse Link with just a few clicks. To learn more, see [how to build BI dashboards using Synapse Link](integrated-power-bi-synapse-link.md). This integrated experience will create simple T-SQL views in Synapse serverless SQL pools, for your Azure Cosmos DB containers. You can build BI dashboards over these views, which will query your Azure Cosmos DB containers in real-time, using [Direct Query](/power-bi/connect-data/service-dataset-modes-understand#directquery-mode), reflecting latest changes to your data. There is no performance or cost impact to your transactional workloads, and no complexity of managing ETL pipelines.
244
244
245
-
If you want to use advance T-SQL views with joins across your containers or build BI dashboards in import](/power-bi/connect-data/service-dataset-modes-understand#import-mode) mode, see how to use [Serverless SQL pool to analyze Azure Cosmos DB data with Synapse Link](synapse-link-power-bi.md) article.
245
+
If you want to use advanced T-SQL views with joins across your containers or build Power BI dashboards in [Import mode](/power-bi/connect-data/service-dataset-modes-understand#import-mode), see [Use serverless SQL pool to analyze Azure Cosmos DB data with Synapse Link](synapse-link-power-bi.md).
246
246
247
247
## <aid="best"></a> Improve Performance with Best Practices
248
248
249
249
### Custom Partitioning
250
250
251
-
Custom partitioning enables you to partition analytical store data on fields that are commonly used as filters in analytical queries resulting in improved query performance. To learn more, see the [introduction to custom partitioning](custom-partitioning-analytical-store.md) and [how to configure custom partitioning](configure-custom-partitioning.md) articles.
251
+
Custom partitioning enables you to partition analytical store data on fields that are commonly used as filters in analytical queries, resulting in improved query performance. To learn more, see the [introduction to custom partitioning](custom-partitioning-analytical-store.md) and [how to configure custom partitioning](configure-custom-partitioning.md) articles.
252
252
253
253
### Synapse SQL Serverless best practices for Azure Synapse Link for Cosmos DB
254
254
@@ -257,18 +257,14 @@ Use [this](https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/b
257
257
258
258
## <aid="cosmosdb-synapse-link-samples"></a> Getting started with Azure Synapse Link - Samples
259
259
260
-
You can find samples to get started with Azure Synapse Link on [GitHub](https://aka.ms/cosmosdb-synapselink-samples). These showcase end-to-end solutions with IoT and retail scenarios. You can also find the samples corresponding to Azure Cosmso DB for MongoDB in the same repo under the [MongoDB](https://github.com/Azure-Samples/Synapse/tree/main/Notebooks/PySpark/Synapse%20Link%20for%20Cosmos%20DB%20samples) folder.
260
+
You can find samples to get started with Azure Synapse Link on [GitHub](https://aka.ms/cosmosdb-synapselink-samples). These showcase end-to-end solutions with IoT and retail scenarios. You can also find the samples corresponding to Azure Cosmos DB for MongoDB in the same repo under the [MongoDB](https://github.com/Azure-Samples/Synapse/tree/main/Notebooks/PySpark/Synapse%20Link%20for%20Cosmos%20DB%20samples) folder.
261
261
262
262
## Next steps
263
263
264
264
To learn more, see the following docs:
265
265
266
266
* Check the training module on how to [configure Azure Synapse Link for Azure Cosmos DB.](/training/modules/configure-azure-synapse-link-with-azure-cosmos-db/)
267
-
268
267
*[Azure Cosmos DB analytical store overview.](analytical-store-introduction.md)
269
-
270
268
*[Frequently asked questions about Synapse Link for Azure Cosmos DB.](synapse-link-frequently-asked-questions.yml)
271
-
272
269
*[Apache Spark in Azure Synapse Analytics](../synapse-analytics/spark/apache-spark-concepts.md).
273
-
274
270
*[Serverless SQL pool runtime support in Azure Synapse Analytics](../synapse-analytics/sql/on-demand-workspace-overview.md).
0 commit comments