Skip to content

Commit f97d606

Browse files
committed
minor
1 parent ffe2c86 commit f97d606

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

articles/synapse-analytics/quickstart-connect-synapse-link-cosmos-db.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ ms.author: acomet
1111
ms.reviewer: jrasnick
1212
---
1313

14-
# Connect to Synapse Link for Cosmos DB
14+
# Connect to Synapse Link for Azure Cosmos DB
1515

16-
This article describes how to access an Azure Cosmos database from Azure Synapse Analytics studio with Synapse Link.
16+
This article describes how to access an Azure Cosmos DB database from Azure Synapse Analytics studio with Synapse Link.
1717

1818
## Prerequisites
1919

20-
Before you connect a Cosmos DB account to your workspace, there are a few things that you need.
20+
Before you connect an Azure Cosmos DB account to your workspace, there are a few things that you need.
2121

22-
* Existing Cosmos DB account or create a new account following this [quickstart](https://docs.microsoft.com/azure/cosmos-db/how-to-manage-database-account)
22+
* Existing Azure Cosmos DB account or create a new account following this [quickstart](https://docs.microsoft.com/azure/cosmos-db/how-to-manage-database-account)
2323
* Existing Synapse workspace or create a new workspace following this [quickstart](https://docs.microsoft.com/azure/synapse-analytics/quickstart-create-workspace)
2424

25-
## Enable Cosmos DB analytical store
25+
## Enable Azure Cosmos DB analytical store
2626

27-
To run large-scale analytics into Cosmos DB without impacting your operational performance, we recommend enabling Synapse Link for Cosmos DB which bring HTAP capability to a container and built-in support in Azure Synapse. Follow this quickstart to enable Synapse Link for Cosmos DB containers.
27+
To run large-scale analytics into Azure Cosmos DB without impacting your operational performance, we recommend enabling Synapse Link for Azure Cosmos DB which bring HTAP capability to a container and built-in support in Azure Synapse. Follow this quickstart to enable Synapse Link for Cosmos DB containers.
2828

29-
## Connect a Cosmos DB database to a Synapse workspace
29+
## Connect an Azure Cosmos DB database to a Synapse workspace
3030

31-
Connecting a Cosmos DB database is done as linked service. A Cosmos DB linked service enables users to browse and explore data, read, and write from Synapse Spark or SQL into Cosmos DB.
31+
Connecting an Azure Cosmos DB database is done as linked service. A Cosmos DB linked service enables users to browse and explore data, read, and write from Synapse Spark or SQL into Azure Cosmos DB.
3232

33-
From the Data Object Explorer, you can directly connect a Cosmos DB database by doing the following steps:
33+
From the Data Object Explorer, you can directly connect an Azure Cosmos DB database by doing the following steps:
3434
1. Select ***+*** icon near Data
3535
2. Select **Connect to external data**
3636
3. Select the API that you want to connect to: SQL or MongoDB
@@ -39,7 +39,7 @@ From the Data Object Explorer, you can directly connect a Cosmos DB database by
3939
6. Select the **Cosmos DB account name** and **database name**
4040
7. Select ***Create***
4141

42-
Cosmos DB database are visible under the tab **Linked** in the Cosmos DB section. You can differentiate an HTAP enabled Cosmos DB container from an OLTP only container with the following icons:
42+
Azure Cosmos DB database are visible under the tab **Linked** in the Azure Cosmos DB section. You can differentiate an HTAP enabled Azure Cosmos DB container from an OLTP only container with the following icons:
4343

4444
**Synapse container**:
4545

@@ -51,8 +51,8 @@ Cosmos DB database are visible under the tab **Linked** in the Cosmos DB section
5151

5252
## Quickly interact with code-generated actions
5353

54-
By right-clicking into a container, you have list of gestures that will trigger a Spark or SQL run-time. Writing into a container will happen through the Transactional Store of Cosmos DB and will consume Request Units.
54+
By right-clicking into a container, you have list of gestures that will trigger a Spark or SQL run-time. Writing into a container will happen through the Transactional Store of Azure Cosmos DB and will consume Request Units.
5555

5656
## Next steps
5757

58-
* [Learn what is supported between Synapse and Cosmos DB](./synapse-link/concept-synapse-link-cosmos-db-support.md)
58+
* [Learn what is supported between Synapse and Azure Cosmos DB](./synapse-link/concept-synapse-link-cosmos-db-support.md)

articles/synapse-analytics/synapse-link/concept-synapse-link-cosmos-db-support.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.author: acomet
1111
ms.reviewer: jrasnick
1212
---
1313

14-
# Synapse Link for Cosmos DB supported features
14+
# Synapse Link for Azure Cosmos DB supported features
1515

16-
This article describes what functionalities are currently supported in Synapse Link for Cosmos DB.
16+
This article describes what functionalities are currently supported in Synapse Link for Azure Cosmos DB.
1717

1818
## Azure Synapse support
1919

@@ -23,21 +23,21 @@ Here is list of the currently supported features within Synapse Link for Cosmos
2323
| :-------------------- | :----------------------------------------------------------- |:----------------------------------------------------------- | :----------------------------------------------------------- | :----------------------------------------------------------- |
2424
| **Run-time Support** |Support for read or write by Azure Synapse run-time|| [Contact Us](mailto:[email protected]?subject=[Enable%20Preview%20Feature]%20SQL%20serverless%20for%20Cosmos%20DB)|
2525
| **Cosmos DB API support** |API support as a Synapse Link| SQL / Mongo DB | SQL / Mongo DB |
26-
| **Object** |Objects such as table that can be created, pointing directly to Cosmos DB container| View, Table | View |
27-
| **Read** |Read data from a Cosmos DB container| OLTP / HTAP | HTAP |
28-
| **Write** |Write data from run-time into a Cosmos DB container| OLTP | n/a |
26+
| **Object** |Objects such as table that can be created, pointing directly to Azure Cosmos DB container| View, Table | View |
27+
| **Read** |Read data from an Azure Cosmos DB container| OLTP / HTAP | HTAP |
28+
| **Write** |Write data from run-time into an Azure Cosmos DB container| OLTP | n/a |
2929

30-
Writing back into a Cosmos DB container from Spark only happens through the transactional store of Cosmos DB and will impact the transactional performance of Cosmos DB by consuming Request Units. Data will be automatically replicated into the analytical store if analytical store is enabled at the database level.
30+
Writing back into an Azure Cosmos DB container from Spark only happens through the transactional store of Azure Cosmos DB and will impact the transactional performance of Azure Cosmos DB by consuming Request Units. Data will be automatically replicated into the analytical store if analytical store is enabled at the database level.
3131

3232
## Supported code-generated actions for Spark
3333

3434
| Gesture | Description |OLTP only container |HTAP container |
3535
| :-------------------- | :----------------------------------------------------------- |:----------------------------------------------------------- |:----------------------------------------------------------- |
3636
| **Load to DataFrame** |Load and read data into a Spark DataFrame |X||
37-
| **Create Spark table** |Create a table pointing to a Cosmos DB container|X||
37+
| **Create Spark table** |Create a table pointing to an Azure Cosmos DB container|X||
3838
| **Write DataFrame to container** |Write data into a container|||
39-
| **Load streaming DataFrame from container** |Stream data using Cosmos DB change feed|||
40-
| **Write streaming DataFrame to container** |Stream data using Cosmos DB change feed|||
39+
| **Load streaming DataFrame from container** |Stream data using Azure Cosmos DB change feed|||
40+
| **Write streaming DataFrame to container** |Stream data using Azure Cosmos DB change feed|||
4141

4242

4343

@@ -50,4 +50,4 @@ Writing back into a Cosmos DB container from Spark only happens through the tran
5050

5151
## Next steps
5252

53-
See the [Connect to Synapse Link for Cosmos DB quickstart](../quickstart-connect-synapse-link-cosmos-db.md)
53+
See the [Connect to Synapse Link for Azure Cosmos DB quickstart](../quickstart-connect-synapse-link-cosmos-db.md)

0 commit comments

Comments
 (0)