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
+12-17Lines changed: 12 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ To view the environments in your Confluent organization:
41
41
42
42
1. Open your Confluent organization in the Azure portal and open **Confluent entity management** > **Environments (Preview)** from the left menu. This blade lists all the environments nested under the Confluent organization.
43
43
1. Select **>** to expand an environment, showing the clusters nested within the environment.
44
-
1. Use the search bar or the filter at the top to look for a specific environment.
44
+
1. Use the search bar at the top to look for a specific environment.
45
45
46
46
### Delete an environment
47
47
@@ -59,7 +59,7 @@ Similar to environments, you can have multiple clusters within a single environm
59
59
60
60
### Create a cluster
61
61
62
-
Select **Create a cluster** in the top ribbon of your environment page. A new window opens up.
62
+
Select **Create Cluster** in the top ribbon of your environment page. A new window opens up.
63
63
64
64
1. Select or enter the following information in the **Basics** tab:
65
65
- Confluent resource details: Use the pre-populated default values of the organization and environment, or optionally modify the environment name to create the new cluster in another environment.
@@ -75,17 +75,17 @@ Select **Create a cluster** in the top ribbon of your environment page. A new wi
75
75
To view the clusters in your Confluent organization:
76
76
77
77
1. Go to **Environments (Preview)** to view a list of all the environments nested under your organization. Select **>** to show the clusters nested within the environment.
78
-
1. Select the cluster name you want to access. If you don't see your cluster, select the **See all Clusters** link in your environment to open up a list of clusters nested within your environment.
78
+
1. Select the cluster you want to access. If you don't see your cluster, select the **See all Clusters** link in your environment to open up a list of clusters nested within your environment.
79
79
80
80
Alternatively, select the environment where your cluster is nested. This opens a list of clusters nested within the environment. You can monitor the type, status, and region of these clusters.
81
81
82
-
1. Use the search bar and filter on top to quickly look for your cluster name.
82
+
1. Use the search bar on top to quickly look for your cluster.
83
83
84
84
### Manage connectors
85
85
86
-
Connectors are nested within the clusters. To manage these connectors and monitor their health and status, click on your cluster name and select **Manage Connectors** in the top ribbon within the cluster. You'll get redirected to the **Confluent Connectors** blade that displays all existing connectors.
86
+
Connectors are nested within the clusters. To manage these connectors and monitor their health and status, click on your cluster name and select **Manage Connector** in the top ribbon within the cluster. This action opens the **Confluent Connectors** blade that displays all existing connectors.
87
87
88
-
To further manage your cluster for advanced configurations, select **Manage cluster in Confluent portal** at the top, which opens the Confluent UI.
88
+
Back in the cluster pane, to further manage your cluster for advanced configurations, select **Manage cluster in Confluent portal** at the top, which opens the Confluent UI.
89
89
90
90
### Delete a cluster
91
91
@@ -94,35 +94,30 @@ Follow the instructions below to delete a cluster, once you no longer need it.
94
94
> [!NOTE]
95
95
> To delete a cluster, ensure that none of the connectors within your cluster are running. If needed, delete running connectors before you delete the cluster.
96
96
97
-
* From the list of clusters, select the ellipsis action (**…**) next to the name of the cluster you want to delete and select **Delete cluster**. <!-- is there another step here? -->
98
-
* Alternatively, click on the name of the cluster you want to delete and then select **Delete cluster** at the top. A right blade opens up, listing the cluster's connectors and their status. Confirm deletion by entering the cluster name in the text box at the bottom and selecting **Delete**. Confirm again. Your cluster is now deleted.
97
+
From the **Environments (Preview)** menu, select the name of the cluster you want to delete and then select **Delete Cluster** at the top. A right pane opens up, listing the cluster's connectors and their status. Confirm deletion by entering the cluster name in the text box at the bottom and selecting **Delete**. Confirm again. Your cluster is now deleted.
99
98
100
99
## Topics
101
100
102
101
Topics in Confluent Cloud are fundamental units of organization for your data streams, contained within clusters and serving as channels for data publication and consumption.
103
102
104
103
### Create a topic
105
104
106
-
1. Select **Create topic** in the top ribbon on your cluster page. A new window opens up.
105
+
1. Select **Create Topic** in the top ribbon on your cluster page. A new pane opens up.
107
106
1. Fill in the topic name, number of partitions, and optionally select the checkbox to enable infinite retention.
108
107
2. Optionally toggle on **Enable advanced settings** and select a cleanup policy, retention time, retention size, and maximum message size.
109
108
1. Select **Create**.
110
109
111
110
### View existing topics
112
111
113
-
1. Go to **Environments** to view a list of all the environments nested under your organization. Select **>** to show the clusters nested within the environment.
114
-
1. Select the cluster name that holds your topics you want to access. If you don't see your cluster, select the **See all Clusters** link to open up a list of clusters nested within your environment. Topics are nested within the clusters. Click on topic name to view the topic properties.
115
-
116
-
Alternatively, select the cluster that contains your topics to see the list of topics along with their properties.
117
-
118
-
1. Use the search bar and filter on top to quickly look for your topic name.
112
+
1. Go to **Environments (Preview)** to view a list of all the environments nested under your organization. Select **>** to show the clusters nested within the environment.
113
+
1. Select the cluster that contains your topics to see the list of topics along with their properties.
114
+
1. Use the search bar on top to quickly look for your topic name.
119
115
120
116
### Delete a topic
121
117
122
118
Follow the instructions below to delete a topic, once you no longer need it.
123
119
124
-
* From the list of topics, select the ellipsis action (**…**) next to the name of the topic you want to delete and select **Delete topic**.
125
-
* Alternatively, click on the name of the topic you want to delete and then select **Delete cluster** in the top ribbon. A blade opens up, listing the topic details. Select **Delete topic** at the top and confirm the operation. Your topic is now deleted.
120
+
In the **Environments (Preview)** menu, open a cluster, then the topic you want to delete, and **Delete Topic** in the top ribbon. Enter the topic name to confirm the operation. Your topic is now deleted.
0 commit comments