Skip to content

Commit 6bdbd2e

Browse files
committed
Update PR
1 parent c8f7720 commit 6bdbd2e

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

articles/partner-solutions/apache-kafka-confluent-cloud/create-confluent-resources.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To view the environments in your Confluent organization:
4141

4242
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.
4343
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.
4545

4646
### Delete an environment
4747

@@ -59,7 +59,7 @@ Similar to environments, you can have multiple clusters within a single environm
5959

6060
### Create a cluster
6161

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.
6363

6464
1. Select or enter the following information in the **Basics** tab:
6565
- 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
7575
To view the clusters in your Confluent organization:
7676

7777
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.
7979

8080
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.
8181

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.
8383

8484
### Manage connectors
8585

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.
8787

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.
8989

9090
### Delete a cluster
9191

@@ -94,35 +94,30 @@ Follow the instructions below to delete a cluster, once you no longer need it.
9494
> [!NOTE]
9595
> 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.
9696
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.
9998

10099
## Topics
101100

102101
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.
103102

104103
### Create a topic
105104

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.
107106
1. Fill in the topic name, number of partitions, and optionally select the checkbox to enable infinite retention.
108107
2. Optionally toggle on **Enable advanced settings** and select a cleanup policy, retention time, retention size, and maximum message size.
109108
1. Select **Create**.
110109

111110
### View existing topics
112111

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.
119115

120116
### Delete a topic
121117

122118
Follow the instructions below to delete a topic, once you no longer need it.
123119

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.
126121

127122
## Next steps
128123

0 commit comments

Comments
 (0)