Skip to content

Commit 3ae968b

Browse files
committed
Fix per PR comments
1 parent 79f8e66 commit 3ae968b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/cassandra/manage-data-cqlsh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Now go back to the Azure portal to get your connection string information and co
6060
4. Connect to Azure Cosmos DB API for Cassandra:
6161
- Paste the USERNAME and PASSWORD value into the command.
6262
```sql
63-
cqlsh <USERNAME>.cassandra.cosmosdb.azure.com 10350 -u <USERNAME> -p <PASSWORD> --ssl --protocol-version=4
63+
cqlsh <USERNAME>.cassandra.cosmos.azure.com 10350 -u <USERNAME> -p <PASSWORD> --ssl --protocol-version=4
6464
```
6565

6666

0 commit comments

Comments
 (0)