You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/partner-solutions/apache-kafka-confluent-cloud/add-confluent-connectors.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
-
title: Use Confluent connectors in Azure (preview)
3
-
description: Learn how to use Confluent connectors in Azure (preview) to connect an instance of Apache Kafka® & Apache Flink on Confluent Cloud to Azure Blob Storage.
4
-
# customerIntent: As a developer I want use Confluent connectors in Azure
2
+
title: Use Confluent Connectors in Azure (preview)
3
+
description: Learn how to use Confluent Connectors in Azure (preview) to connect an instance of Apache Kafka® & Apache Flink on Confluent Cloud to Azure Blob Storage.
4
+
# customerIntent: As a developer I want use Confluent Connectors in Azure
5
5
ms.topic: how-to
6
6
ms.date: 05/28/2024
7
7
ms.author: malev
8
8
author: maud-lv
9
9
---
10
10
11
-
# Use Confluent connectors in Azure (preview)
11
+
# Use Confluent Connectors in Azure (preview)
12
12
13
-
Confluent Cloud offers a solution designed to help developers connect their Confluent clusters to popular data sources and sinks. This solution is available in Azure using the Confluent connectors feature.
13
+
Confluent Cloud offers a solution designed to help developers connect their Confluent clusters to popular data sources and sinks. This solution is available in Azure using the Confluent Connectors feature.
14
14
15
15
> [!NOTE]
16
-
> Currently, Apache Kafka® & Apache Flink® on Confluent Cloud™ - An Azure Native ISV Service only supports Confluent connectors for Azure Blob Storage, including source and sink connectors.
16
+
> Currently, Apache Kafka® & Apache Flink® on Confluent Cloud™ - An Azure Native ISV Service only supports Confluent Connectors for Azure Blob Storage, including source and sink connectors.
17
17
18
18
In this guide, you learn how to connect an instance of Apache Kafka & Apache Flink on Confluent Cloud to Azure Blob Storage.
19
19
@@ -23,9 +23,9 @@ In this guide, you learn how to connect an instance of Apache Kafka & Apache Fli
23
23
* An [Azure Blob Storage](/azure/storage/blobs/storage-quickstart-blobs-portal) resource.
24
24
* A [Confluent organization](./create.md) created on Azure Native ISV Services
25
25
* The Azure subscription Owner or subscription Contributor role is required. If necessary, contact your subscription administrator to assign you one of these roles.
26
-
* A [configured environment, cluster, and topic](https://docs.confluent.io/cloud/current/get-started/index.html) inside the confluent organization. lIf you do not have one already, please go to Confluent to create these constructs.
26
+
* A [configured environment, cluster, and topic](https://docs.confluent.io/cloud/current/get-started/index.html) inside the confluent organization. If you don't have one already, go to Confluent to create these constructs.
27
27
28
-
## Create a Confluent sink connector for Azure Blob Storage (preview)
28
+
## Create a Confluent sink Connector for Azure Blob Storage (preview)
29
29
30
30
Follow these steps to create a sink connector for Azure Blob Storage.
31
31
@@ -46,7 +46,7 @@ Set the basic settings below, then select **Next**.
46
46
|**Connector name**|*blob-sink-connector*| Enter a name for your connector. |
47
47
|**Environment**|*env1*| Select the environment where you would like to create this connector. |
48
48
|**Cluster**|*cluster1*| Select the cluster where you would like to create this connector. |
49
-
|**Topics**|*topic_1*| Select one or more topic from where the data needs to be pulled. If there are no topics in the cluster in the selected cluster, create one by selecting **new topic**, which will open the Confluent website. |
49
+
|**Topics**|*topic_1*| Select one or more topics from where the data needs to be pulled. If there are no topics in the cluster in the selected cluster, create one by selecting **new topic**, which will open the Confluent website. |
50
50
|**Subscription**|*My subscription*| Select the Azure subscription for the Azure Blob Storage where the data needs to be pushed. |
51
51
|**Storage Account**|*storageaccount1*| Select the storage account where the data needs to be pushed. If needed, select **Create new** to create a new [storage account](../../storage/common/storage-account-create.md#basics-tab). |
52
52
|**Container**|*container1*| Select the container within the storage account where the data needs to be pushed. If needed, [create a new container](../../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container). |
@@ -77,9 +77,9 @@ Select **Review + create** to continue.
77
77
78
78
Review the listed settings for your new connector to ensure that the details are good to go. Once done, select **Create** to begin the connector deployment.
79
79
80
-
A notification is displayed on the top right, calling out the status of the deployment. Once it shows **created**, refresh the **Confluent Connectors (Preview)** page. You can now see the new connector tile on this page.
80
+
A notification is displayed on the top right, calling out the status of the deployment. Once it shows "created", refresh the **Confluent Connectors (Preview)** page. You can now see the new connector tile on this page.
81
81
82
-
## Create a Confluent source connector for Azure Blob Storage (preview)
82
+
## Create a Confluent source Connector for Azure Blob Storage (preview)
83
83
84
84
1. Open your Confluent organization and select **Confluent** > **Confluent Connectors (Preview)** from the left menu.
85
85
@@ -116,25 +116,25 @@ Configure the authentication of your Kafka cluster via API keys. **Create New**
|**Input Data Format**|*JSON*| Select an input Kafka record data format type among the following options: AVRO, JSON, string, Protobuf. |
118
118
|**Output Data Format**|*JSON*| Select an output data format among the following options: AVRO, JSON, string, Protobuf. |
119
-
|**Topic name and regex**|`my-topic:.*\.json+`| Configure the topic name and the regex pattern of your messages to ensure they are mapped. For example, *my-topic:.*\.json+** moves all the files ending with .json into *my-topic*. |
119
+
|**Topic name and regex**|`my-topic:.*\.json+`| Configure the topic name and the regex pattern of your messages to ensure they are mapped. For example, `*my-topic:.*\.json+` moves all the files ending with .json into *my-topic*. |
120
120
|**Number of tasks**|*1*| Optionally enter the maximum number of tasks you would like your connector to support simultaneously. Default is 1. |
121
121
122
-
:::image type="content" source="./media/confluent-connectors/configuration-source.png" alt-text="Screenshot from the Azure portal showing the Configuration tab, createing asource connetor .":::
122
+
:::image type="content" source="./media/confluent-connectors/configuration-source.png" alt-text="Screenshot from the Azure portal showing the Configuration tab, creating a source connector.":::
123
123
124
124
Select **Review + create** to continue.
125
125
126
126
### Review + Create
127
127
128
128
Review the listed settings for your new connector to ensure that the details are good to go. Once done, select **Create** to begin the connector deployment.
129
129
130
-
A notification is displayed on the top right, calling out the status of the deployment. Once it shows “completed”, refresh the **Confluent Connectors** page. You can now see the new connector tile on this page.
130
+
A notification is displayed on the top right, calling out the status of the deployment. Once it shows *completed*, refresh the **Confluent Connectors** page. You can now see the new connector tile on this page.
131
131
132
132
## Manage Azure Confluent Connectors (preview)
133
133
134
134
1. Open your Confluent organization and select **Confluent** > **Confluent Connectors** from the left menu.
135
135
1. Select your **Environment** and **Cluster** from the dropdown menu. The Azure portal now displays the list of Azure connectors in the respective environment and cluster. The following optional actions are available:
136
136
137
-
* Filter connectors by **Type** (**Source** or **Sink**) and **Status** (**Running**, **Failed**, **Provisioning** or **Paused**).
137
+
* Filter connectors by **Type** (**Source** or **Sink**) and **Status** (**Running**, **Failed**, **Provisioning, or **Paused**).
138
138
* Search for a connector by entering a name in the search bar on the right hand side.
139
139
140
140
:::image type="content" source="./media/confluent-connectors/display-connectors.png" alt-text="Screenshot of the Azure platform that shows a list of existing connectors in the Confluent Connectors (Preview) tab." lightbox="./media/confluent-connectors/display-connectors.png":::
0 commit comments