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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
-
title: Use Confluent connectors in Azure
3
-
description: Learn how to use Confluent connectors in Azure to connect an instance of Apache Kafka® & Apache Flink on Confluent Cloud to Azure Blob Storage.
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
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
11
+
# Use Confluent connectors in Azure (preview)
12
12
13
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
@@ -25,7 +25,7 @@ In this guide, you learn how to connect an instance of Apache Kafka & Apache Fli
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
26
* A [Configured environment, cluster, and topic](https://docs.confluent.io/cloud/current/get-started/index.html) inside the confluent organization
27
27
28
-
## Create a Confluent sink connector for Azure Blob Storage
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
@@ -70,7 +70,7 @@ Review the listed settings for your new connector to ensure that the details are
70
70
71
71
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.
72
72
73
-
## Create a Confluent source connector for Azure Blob Storage
73
+
## Create a Confluent source connector for Azure Blob Storage (preview)
74
74
75
75
1. Open your Confluent organization and select **Confluent** > **Confluent Connectors** from the left menu.
76
76
2. Select **Create new connector**. A connector pane opens up on the right hand side. Select or enter the following information under **Create a new connector**.
@@ -88,7 +88,7 @@ Set the basic settings below, then select **Next**.
88
88
|**Cluster**|*cluster1*| Select the cluster where you would like to create this connector. |
89
89
|**Subscription**|*My subscription*| Select the Azure subscription for the Azure Blob Storage where the data needs to be pulled. |
90
90
|**Storage Account**|*storageaccount1*| Select the storage account where the data needs to be pulled. f needed, select **Create new** to create a new [storage account](../../storage/common/storage-account-create.md#basics-tab). |
91
-
|**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). |
91
+
|**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.m#create-a-container). |
92
92
93
93
### Authentication
94
94
@@ -105,13 +105,13 @@ Configure the authentication of your Kafka cluster via API keys. **Create New**
105
105
106
106
Select **Next** to continue.
107
107
108
-
### Review + Create*
108
+
### Review + Create
109
109
110
110
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.
111
111
112
112
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.
113
113
114
-
## Manage Azure Confluent Connectors
114
+
## Manage Azure Confluent Connectors (preview)
115
115
116
116
1. Open your Confluent organization and select **Confluent** > **Confluent Connectors** from the left menu.
117
117
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:
0 commit comments