Usage / Deployment Instructions
Step 1: Access the Cassandra in Azure Marketplace and click on Get it now button.



Step 2: In the create a virtual machine window, enter or select appropriate values for zone, machine type, and so on.







Click on create.
Step 3: The below window confirms that Cassandra was deployed.

To access the application:
Step 4: SSH into the machine and follow the below instructions.
Step 5: Please run the following command:
Command: sudo su
Command- cd/
Command- cd root

Command- cd .cassandra/

Command- echo "127.0.0.1 `hostname`" >> /etc/hosts

Step 6: Use following Linux command to start Cassandra
Note: Please do not copy the below commands, type it manually.
Command- cassandra –R

Now, please press Ctrl+C to exit from the running command.
Step 7: Type the command- cqlsh
Run any cassandra command and enjoy.

Run any cassandra command and enjoy.
Note: you can type quit to exit from the ongoing Cassandra cluster.