Skip to content

Commit c9efdc0

Browse files
committed
updates and added toc entries
1 parent 9db0b2e commit c9efdc0

File tree

5 files changed

+25
-13
lines changed

5 files changed

+25
-13
lines changed

articles/synapse-analytics/cosmos-db-integration/concept-cosmosdb-support.md renamed to articles/synapse-analytics/cosmos-db-integration/concept-cosmos-db-support.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Supported features between Synapse and Cosmos DB
3-
description: Understand the current list of actions supported between Synapse and Cosmos DB
2+
title: Supported features for Cosmos DB
3+
description: Understand the current list of actions supported between Azure Synapse Analytics and Cosmos DB
44
services: synapse-analytics
55
author: acomet
66
ms.service: synapse-analytics
@@ -11,10 +11,12 @@ ms.author: acomet
1111
ms.reviewer: jrasnick
1212
---
1313

14-
# Supported features between Synapse and Cosmos DB
15-
This article describes what functionalities are currently supported (and not supported) between Synapse and Cosmos DB analytical store.
14+
# Supported features between Azure Synapse Analytics and Cosmos DB
15+
16+
This article describes what functionalities are currently supported (and not supported) between Azure Synapse and Cosmos DB analytical store.
17+
18+
## Azure Synapse support
1619

17-
## Azure Synapse Analytics support
1820
Here is list of the currently supported features between Azure Synapse and Cosmos DB.
1921

2022
| Category | Description |Spark | SQL serverless | SQL provisioned |
@@ -43,3 +45,5 @@ Writing back into a Cosmos DB collection from Spark only happens through the tra
4345
| **Create view** |Create a view to directly access data in the collection through Synapse and BI tool|X||
4446

4547
## Next steps
48+
49+
[See the Connect to Cosmos DB quickstart](../quickstart-connect-cosmos-db.md)
Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to connect a Cosmos DB database to a workspace
3-
description: How to connect a Cosmos DB database to a workspace
2+
title: Connect Cosmos DB to Synapse workspace
3+
description: How to connect a Cosmos DB to a Synapse workspace
44
services: synapse-analytics
55
author: acomet
66
ms.service: synapse-analytics
@@ -11,15 +11,16 @@ ms.author: acomet
1111
ms.reviewer: jrasnick
1212
---
1313

14-
# Connect and access an Azure Cosmos DB database in Azure Synapse Analytics
14+
# Connect and access an Azure Cosmos DB database (preview) in Azure Synapse Analytics
1515

1616
This article describes how to access an Azure Cosmos database from Azure Synapse Analytics studio.
1717

1818
## Prerequisites
19+
1920
Before you connect a Cosmos DB account to your workspace, there are a few things that you need.
2021

21-
* Have an 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-
* Have an existing Synapse workspace or create a new workspace following this [quickstart](https://docs.microsoft.com/azure/synapse-analytics/quickstart-create-workspace)
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)
23+
* Existing Synapse workspace or create a new workspace following this [quickstart](https://docs.microsoft.com/azure/synapse-analytics/quickstart-create-workspace)
2324

2425
## Enable Cosmos DB analytical store
2526

@@ -42,15 +43,16 @@ The Cosmos DB database, should be visible under the tab **Linked** in the Cosmos
4243

4344
**HTAP collection**:
4445

45-
![HTAP collection](./media/htap-collection.png)
46+
![HTAP collection](./media/quickstart-connect-cosmos-db/htap-collection.png)
4647

4748
**OLTP only collection**:
4849

49-
![OLTP collection](./media/oltp-collection.png)
50+
![OLTP collection](./media/quickstart-connect-cosmos-db/oltp-collection.png)
5051

5152
## Quickly interact with code-generated actions
5253

5354
By right-clicking into a collection, you can use the following gesture that will trigger a Spark or SQL run-time.
5455

5556
## Next steps
56-
* [Learn what is supported between Synapse and Cosmos DB](./concept-cosmosdb-support.md)
57+
58+
* [Learn what is supported between Synapse and Cosmos DB](./cosmos-db-integration/concept-cosmos-db-support.md)

articles/synapse-analytics/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
href: quickstart-create-sql-pool.md
2929
- name: Use SQL on-demand
3030
href: quickstart-sql-on-demand.md
31+
- name: Connect to Cosmos DB
32+
href: quickstart-connect-cosmos-db.md
3133
- name: Tutorials
3234
items:
3335
- name: Run Apache Spark applications for Spark pools
@@ -316,6 +318,10 @@
316318
href: ./sql-data-warehouse/memory-concurrency-limits.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json
317319
- name: Resource classes
318320
href: ./sql-data-warehouse/resource-classes-for-workload-management.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json
321+
- Cosmos DB
322+
items:
323+
- name: Csmos DB supported Features
324+
href: ./cosmos-db-integration/concept-cosmos-db-support.md
319325
- name: Tools integration (AI, ETL, BI)
320326
items:
321327
- name: Troubleshoot Synapse Analytics Studio

0 commit comments

Comments
 (0)