Skip to content

Commit c8f8a7b

Browse files
Merge pull request #262560 from iriaosara/fixdocs
fixing minor doc update
2 parents b83e93c + 4897be7 commit c8f8a7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/managed-instance-apache-cassandra/configure-hybrid-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ python3 client_configurator.py --subscription-id <subcriptionId> --cluster-resou
8080
```
8181

8282
* Inside the `/etc/cassandra/` folder, run `sudo ./install_certs.sh`.
83-
*Ensure that the script is executable by running `sudo chmod +x install_certs.sh`.
84-
*The script installs and point Cassandra towards the new certs needed to connect to the Azure Managed Instance cluster.
85-
*It then prompts user to restart Cassandra.
83+
* Ensure that the script is executable by running `sudo chmod +x install_certs.sh`.
84+
* The script installs and point Cassandra towards the new certs needed to connect to the Azure Managed Instance cluster.
85+
* It then prompts user to restart Cassandra.
8686
:::image type="content" source="./media/configure-hybrid-cluster/script-result.png" alt-text="Screenshot of the result of running the script.":::
8787

8888
* Once Cassandra is done restarting on all nodes, check `nodetool status`. Both datacenters should appear in the list, with their nodes in the UN (Up/Normal) state.

0 commit comments

Comments
 (0)