We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f8e66 commit 3ae968bCopy full SHA for 3ae968b
articles/cosmos-db/cassandra/manage-data-cqlsh.md
@@ -60,7 +60,7 @@ Now go back to the Azure portal to get your connection string information and co
60
4. Connect to Azure Cosmos DB API for Cassandra:
61
- Paste the USERNAME and PASSWORD value into the command.
62
```sql
63
- cqlsh <USERNAME>.cassandra.cosmosdb.azure.com 10350 -u <USERNAME> -p <PASSWORD> --ssl --protocol-version=4
+ cqlsh <USERNAME>.cassandra.cosmos.azure.com 10350 -u <USERNAME> -p <PASSWORD> --ssl --protocol-version=4
64
```
65
66
0 commit comments