Skip to content

Commit cad78e6

Browse files
committed
adds functions content
1 parent 880cd10 commit cad78e6

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

articles/partner-solutions/apache-kafka-confluent-cloud/add-connectors.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
---
2-
title: Add connectors for Confluent Cloud - Azure partner solutions
3-
description: This article describes how to install connectors for Confluent Cloud that you use with Azure resources.
2+
title: Azure services and Confluent Cloud integration - Azure partner solutions
3+
description: This article describes how to use Azure services and install connectors for Confluent Cloud integration.
44
ms.topic: conceptual
5-
ms.date: 09/03/2021
5+
ms.date: 06/24/2022
66
author: davidsmatlak
77
ms.author: davidsmatlak
88
---
99

10-
# Add connectors for Confluent Cloud
10+
# Azure services and Confluent Cloud integrations
1111

12-
This article describes how to install connectors to Azure resources for Confluent Cloud.
12+
This article describes how to use Azure services like Azure Functions, and install connectors to Azure resources for Confluent Cloud.
1313

14-
## Connector to Azure Cosmos DB
14+
## Azure Cosmos DB connector
1515

1616
**Azure Cosmos DB Sink Connector fully managed connector** is generally available within Confluent Cloud. The fully managed connector eliminates the need for the development and management of custom integrations, and reduces the overall operational burden of connecting your data between Confluent Cloud and Azure Cosmos DB. The Microsoft Azure Cosmos Sink Connector for Confluent Cloud reads from and writes data to a Microsoft Azure Cosmos database. The connector polls data from Kafka and writes to database containers.
1717

1818
To set up your connector, see [Azure Cosmos DB Sink Connector for Confluent Cloud](https://docs.confluent.io/cloud/current/connectors/cc-azure-cosmos-sink.html).
1919

20-
**Azure Cosmos DB Self Managed connector** must be installed manually. First download an uber JAR from the [Cosmos DB Releases page](https://github.com/microsoft/kafka-connect-cosmosdb/releases). Or, you can [build your own uber JAR directly from the source code](https://github.com/microsoft/kafka-connect-cosmosdb/blob/dev/doc/README_Sink.md#install-sink-connector). Complete the installation by following the guidance described in the Confluent documentation for [installing connectors manually](https://docs.confluent.io/home/connect/install.html#install-connector-manually).
20+
**Azure Cosmos DB Self Managed connector** must be installed manually. First download an uber JAR from the [Cosmos DB Releases page](https://github.com/microsoft/kafka-connect-cosmosdb/releases). Or, you can [build your own uber JAR directly from the source code](https://github.com/microsoft/kafka-connect-cosmosdb/blob/dev/doc/README_Sink.md#install-sink-connector). Complete the installation by following the guidance described in the Confluent documentation for [installing connectors manually](https://docs.confluent.io/home/connect/install.html#install-connector-manually).
21+
22+
## Azure Functions
23+
24+
**Azure Functions Kafka trigger extension** is used to run your function code in response to messages in Kafka topics. You can also use a Kafka output binding to write from your function to a topic. For information about setup and configuration details, see [Apache Kafka bindings for Azure Functions overview](../../azure-functions/functions-bindings-kafka.md).
2125

2226
## Next steps
2327

articles/partner-solutions/apache-kafka-confluent-cloud/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
displayName: Azure CLI, az confluent organization create, az confluent organization wait, az confluent organization list, az confluent organization show
1717
- name: How to
1818
items:
19-
- name: Add connectors
19+
- name: Add services
2020
href: add-connectors.md
2121
- name: Manage
2222
href: manage.md

0 commit comments

Comments
 (0)