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-cli.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,19 +67,25 @@ This quickstart demonstrates how to use the Azure CLI commands to create a clust
67
67
> [!NOTE]
68
68
> The value of the `delegatedManagementSubnetId` variable you will supply below is exactly the same as the value of `--scope` that you supplied in the command above:
69
69
70
+
> [!NOTE]
71
+
> Cassandra 4.0 is in public preview and not recommended for production use cases.
72
+
73
+
70
74
```azurecli-interactive
71
75
resourceGroupName='<Resource_Group_Name>'
72
76
clusterName='<Cluster_Name>'
73
77
location='eastus2'
74
78
delegatedManagementSubnetId='/subscriptions/<subscription ID>/resourceGroups/<resource group name>/providers/Microsoft.Network/virtualNetworks/<VNet name>/subnets/<subnet name>'
75
79
initialCassandraAdminPassword='myPassword'
80
+
cassandraVersion='3.11' # set to 4.0 for a Cassandra 4.0 cluster
0 commit comments