Skip to content

Commit b856f4b

Browse files
authored
Merge pull request #102674 from catslovedata/patch-3
Fixed typos and minor formatting
2 parents d8d2f96 + 5c99d15 commit b856f4b

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

articles/cosmos-db/configure-synapse-link.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
author: Rodrigossz
55
ms.service: cosmos-db
66
ms.topic: how-to
@@ -23,7 +23,7 @@ Azure Synapse Link is available for Azure Cosmos DB SQL API or for Azure Cosmos
2323
* [Improve performance with Best Practices](#best)
2424
* [Use Azure Synapse serverless SQL pool to analyze and visualize data in Power BI](#analyze-with-powerbi)
2525

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/).
2727

2828
## <a id="enable-synapse-link"></a>Enable Azure Synapse Link for Azure Cosmos DB accounts
2929

@@ -47,7 +47,7 @@ The first step to use Synapse Link is to enable it for your Azure Cosmos DB data
4747

4848
:::image type="content" source="./media/configure-synapse-link/find-synapse-link-feature.png" alt-text="Find Synapse Link feature":::
4949

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.
5151

5252
:::image type="content" source="./media/configure-synapse-link/enable-synapse-link-feature.png" alt-text="Enable Synapse Link feature":::
5353

@@ -219,7 +219,7 @@ Analytical store can be disabled in SQL API containers using Azure CLI or PowerS
219219
> Please note that currently this action can't be undone. If analytical store is disabled in a container, it can never be re-enabled.
220220
221221
> [!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.
223223
224224

225225
## <a id="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
240240

241241
## <a id="analyze-with-powerbi"></a>Use serverless SQL pool to analyze and visualize data in Power BI
242242

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.
244244

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).
246246

247247
## <a id="best"></a> Improve Performance with Best Practices
248248

249249
### Custom Partitioning
250250

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.
252252

253253
### Synapse SQL Serverless best practices for Azure Synapse Link for Cosmos DB
254254

@@ -257,18 +257,14 @@ Use [this](https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/b
257257

258258
## <a id="cosmosdb-synapse-link-samples"></a> Getting started with Azure Synapse Link - Samples
259259

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.
261261

262262
## Next steps
263263

264264
To learn more, see the following docs:
265265

266266
* 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-
268267
* [Azure Cosmos DB analytical store overview.](analytical-store-introduction.md)
269-
270268
* [Frequently asked questions about Synapse Link for Azure Cosmos DB.](synapse-link-frequently-asked-questions.yml)
271-
272269
* [Apache Spark in Azure Synapse Analytics](../synapse-analytics/spark/apache-spark-concepts.md).
273-
274270
* [Serverless SQL pool runtime support in Azure Synapse Analytics](../synapse-analytics/sql/on-demand-workspace-overview.md).

0 commit comments

Comments
 (0)