Connect to Azure Synapse Link for Azure Cosmos DB

This article describes how to access an Azure Cosmos DB database from Azure Synapse Analytics Studio with Azure Synapse Link.

Prerequisites

Before you connect an Azure Cosmos DB database to your workspace, you'll need an:

To run large-scale analytics into Azure Cosmos DB without affecting your operational performance, we recommend enabling Synapse Link for Azure Cosmos DB. Synapse Link brings HTAP capability to a container and built-in support in Azure Synapse.

Go to Synapse Studio

From your Azure Synapse workspace, select Launch Synapse Studio. On the Synapse Studio home page, select Data, which takes you to the Data Object Explorer.

Connect an Azure Cosmos DB database to an Azure Synapse workspace

Connecting an Azure Cosmos DB database is done as a linked service. With an Azure Cosmos DB linked service, you can browse and explore data, read, and write from Apache Spark for Azure Synapse Analytics or SQL into Azure Cosmos DB.

From the Data Object Explorer, you can directly connect to an Azure Cosmos DB database by following these steps:

  1. Select the + icon near Data.
  2. Select Connect to external data.
  3. Select the API that you want to connect to, for example, SQL API or API for MongoDB.
  4. Select Continue.
  5. Use a friendly name to name the linked service. The name will appear in the Data Object Explorer and is used by Azure Synapse runtimes to connect to the database and containers.
  6. Select the Azure Cosmos DB account name and the database name.
  7. (Optional) If no region is specified, Azure Synapse runtime operations will be routed toward the nearest region where the analytical store is enabled. You can also manually set the region you want your users to use to access the Azure Cosmos DB analytical store. Select Additional connection properties, and then select New. Under Property Name, enter PreferredRegions. Set the Value to the region you want, for example, WestUS2. (There are no spaces between the words and the number.)
  8. Select Create.

Azure Cosmos DB databases appear on the Linked tab under the Azure Cosmos DB section. With Azure Cosmos DB, you can differentiate an HTAP-enabled container from an OLTP-only container through the following icons:

OLTP-only container:

Visualization that shows the OLTP container icon.

HTAP-enabled container:

Visualization that shows the HTAP container icon.

Quickly interact with code-generated actions

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

Next steps