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/create-confluent-resources.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Create Confluent Resources in Azure (preview)
3
3
description: Learn how to create and manage Confluent environments, clusters, and topics in Azure via the Azure portal.
4
4
ms.topic: how-to
5
-
ms.date: 11/22/2024
5
+
ms.date: 1/28/2026
6
6
7
7
#customer intent: As an IT professional, I want to learn how to create Confluent environments, clusters, and topics in the Azure portal so that I can create my own resources.
8
8
---
@@ -36,9 +36,9 @@ To create a new Confluent environment:
36
36
37
37
> [!TIP]
38
38
> To access advanced environment configuration in the Confluent UI, in your Confluent organization, go to **Confluent entity management** > **Environments (Preview)** > **Manage environment in Confluent portal**.
39
-
39
+
>
40
40
> [!NOTE]
41
-
> Currently, Azure doesn't support configuration for the Confluent schema registry. Access this option directly in Confluent. For more information, see [Manage schemas in Confluent Cloud](https://docs.confluent.io/cloud/current/sr/schemas-manage.html).
41
+
> Currently, Azure doesn't support configuration for the Confluent schema registry. Access this option directly in Confluent. For more information, see [Manage Schemas and Data Contracts in Confluent Cloud](https://docs.confluent.io/cloud/current/sr/schemas-manage.html).
42
42
43
43
### View existing environments
44
44
@@ -62,9 +62,9 @@ If you no longer need to use an environment or the clusters that operate inside
62
62
>
63
63
> - Azure supports deleting only environments that you created in Azure. To delete an environment that you created in Confluent, use the Confluent UI.
64
64
65
-
In the list of environments, select the ellipsis (**…**) next to the name of the environment you want to delete. Then, in the command bar, select **Delete environment**.
65
+
In the list of environments, select the ellipsis (**…**) next to the name of the environment you want to delete. Then, in the command bar, select **Delete Environment**.
66
66
67
-
Alternatively, select the name of the environment you want to delete, and then select **Delete environment**. Confirm deletion by entering the environment name in the text box. Then, select **Delete** and confirm deletion.
67
+
Alternatively, select the name of the environment you want to delete, and then select **Delete Environment**. Confirm deletion by entering the environment name in the text box. Then, select **Delete** and confirm deletion.
68
68
69
69
## Clusters
70
70
@@ -76,18 +76,18 @@ To create a cluster in your Confluent Cloud environment:
76
76
77
77
1. In the Azure portal, go to your Confluent organization.
78
78
1. On the left menu, select **Confluent entity management** > **Environments (Preview)**.
79
-
1.On the command bar, select **Create Cluster**.
79
+
1.Select your environment, and then select **Create Cluster** on the command bar.
80
80
1. On the **Basics** tab, enter or select values for the following settings:
81
81
82
-
1.**Confluent resource details**: Leave the default values for the organization and environment. Optionally, you can change the environment name to create the new cluster in a different environment.
82
+
1.**Confluent cluster details**: Leave the default values for the organization and environment. Optionally, you can change the environment name to create the new cluster in a different environment.
83
83
1.**Cluster name**: Enter a name for the new cluster.
84
-
1.**Cluster type**: Choose **Basic**, **Standard**, or **Enterprise**. Select the link to view a detailed comparison of each plan.
84
+
1.**Cluster type**: Choose **Basic**, **Standard**, **Enterprise**, or **Dedicated**. Select the link to view a detailed comparison of each plan.
85
85
1.**Region** and **Availability**: Leave the default values, or select another region and availability. Review pricing and select **Next**.
86
86
1. On the **Tags** tab, optionally enter tags. To skip this step, select **Review + create**.
87
87
1. On the **Review + create** tab, carefully review your settings for the new cluster.
88
88
1. Select **Create**.
89
89
90
-
The message "Deployment is in progress" appears. Deployment takes 2 to 3 minutes. When the deployment is complete, the message "Your deployment is complete" appears on the upper-right corner of the Azure portal.
90
+
The message "Creating cluster" appears to deploy. Deployment takes 2 to 3 minutes. When the deployment is complete, the message "Cluster is created" appears on the upper-right corner of the Azure portal.
91
91
92
92
### View existing clusters
93
93
@@ -121,8 +121,8 @@ To delete a cluster:
121
121
122
122
1. In the Azure portal, go to your Confluent organization.
123
123
1. On the left menu, select **Confluent entity management** > **Environments (Preview)**.
124
-
1. Select the cluster to delete and select **Delete Cluster**.
125
-
1. Enter the cluster name and select **Delete**. Confirm the deletion to delete the cluster.
124
+
1. Select the cluster to delete, and select **Delete Cluster**.
125
+
1. Enter the cluster name, and select **Delete**. Confirm the deletion to delete the cluster.
126
126
127
127
## Topics
128
128
@@ -132,7 +132,7 @@ Topics in Confluent Cloud are fundamental units of organization for your data st
132
132
133
133
1. In the Azure portal, go to your Confluent organization.
134
134
1. On the left menu, select **Confluent entity management** > **Environments (Preview)**.
135
-
1. Select **Create Topic**.
135
+
1. Select a cluster, and then **Create Topic**.
136
136
1. Enter a topic name and the number of partitions.
137
137
1. Optionally, you can select the option to enable infinite retention.
138
138
1. Optionally, you can select **Enable advanced settings**. Select a cleanup policy, retention time, retention size, and maximum message size.
0 commit comments