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/managed-instance-apache-cassandra/create-cluster-portal.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
43
43
***Initial Cassandra admin password** - Password that is used to create the cluster.
44
44
***Confirm Cassandra admin password** - Reenter your password.
45
45
***Virtual Network** - Select an Exiting Virtual Network and Subnet, or create a new one.
46
-
***Assign roles** - Virtual Networks require special permissions in order to allow managed Cassandra clusters to be deployed. Keep this box checked if you are creating a new Virtual Network, or using an existing Virtual Network without permissions applied. If using a Virtual network where you have already deployed Azure SQL Managed Instance Cassandra clusters, uncheck this option.
46
+
***Assign roles** - Virtual Networks require special permissions in order to allow managed Cassandra clusters to be deployed. Keep this box checked if you're creating a new Virtual Network, or using an existing Virtual Network without permissions applied. If using a Virtual network where you have already deployed Azure SQL Managed Instance Cassandra clusters, uncheck this option.
47
47
48
48
:::image type="content" source="./media/create-cluster-portal/create-cluster-page.png" alt-text="Fill out the create cluster form." lightbox="./media/create-cluster-portal/create-cluster-page.png" border="true":::
49
49
@@ -116,19 +116,20 @@ Now that you have deployed a cluster with a single data center, you can either s
116
116
117
117
### Horizontal scale
118
118
119
-
To scale out on nodes, move the slider to the desired number, or just edit the value. When finished, hit `Scale`.
119
+
To scale out or scale in on nodes, move the slider to the desired number, or just edit the value. When finished, hit `Scale`.
120
120
121
121
:::image type="content" source="./media/create-cluster-portal/datacenter-scale-2.png" alt-text="Screenshot of selecting number of datacenter nodes." lightbox="./media/create-cluster-portal/datacenter-scale-2.png" border="true":::
122
122
123
123
124
124
### Vertical scale
125
125
126
-
To scale up to a more powerful SKU size for your nodes, select from the `Sku Size` dropdown. When finished, hit `Scale`.
126
+
To scale up or to scale down SKU size for your nodes, select from the `Sku Size` dropdown. When finished, hit `Scale`.
127
127
128
128
:::image type="content" source="./media/create-cluster-portal/datacenter-scale-3.png" alt-text="Screenshot of selecting Sku Size." lightbox="./media/create-cluster-portal/datacenter-scale-3.png" border="true":::
129
129
130
130
> [!NOTE]
131
131
> The length of time it takes for a scaling operation depends on various factors, it may take several minutes. When Azure notifies you that the scale operation has completed, this does not mean that all your nodes have joined the Cassandra ring. Nodes will be fully commissioned when they all display a status of "healthy", and the datacenter status reads "succeeded".
132
+
> Scaling is an online operation and works in the same manner as described for patching in [Management operations](management-operations.md#patching)
0 commit comments