Skip to content

Commit a2b1df5

Browse files
authored
Merge pull request #2032 from MicrosoftDocs/main
Auto Publish – main to live - 2025-04-26 05:08 (UTC)
2 parents a51dc42 + 7eb8c92 commit a2b1df5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/cosmos-db/how-to-develop-emulator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,11 +1000,11 @@ Use the [Apache Cassandra Node.js driver](cassandra/manage-data-nodejs.md) to us
10001000
10011001
:::code language="javascript" source="~/cosmos-db-apache-cassandra-javascript-samples/601-emulator/app.js" id="imports":::
10021002
1003-
1. Use [`PlainTextAuthProvider`](https://docs.datastax.com/en/developer/nodejs-driver/4.6/api/module.auth/class.PlainTextAuthProvider/) to create a new object for the emulator's credentials. Use [`Client`](https://docs.datastax.com/en/developer/nodejs-driver/4.6/api/class.Client/) to connect to the emulator using the credentials.
1003+
1. Use [`PlainTextAuthProvider`](https://docs.datastax.com/en/developer/nodejs-driver/4.6/api/module.auth/class.PlainTextAuthProvider/) to create a new object for the emulator's credentials. Use [`Client`](https://docs.datastax.com/en/developer/nodejs-driver/4.6/api/class.Client/index.html) to connect to the emulator using the credentials.
10041004
10051005
:::code language="javascript" source="~/cosmos-db-apache-cassandra-javascript-samples/601-emulator/app.js" highlight="2-3" id="client":::
10061006
1007-
1. Use [`execute`](https://docs.datastax.com/en/developer/nodejs-driver/4.6/api/class.Client/#execute) to run a command server-side to create a **keyspace** and **table**.
1007+
1. Use [`execute`](https://docs.datastax.com/en/developer/nodejs-driver/4.6/api/class.Client/index.html#execute) to run a command server-side to create a **keyspace** and **table**.
10081008
10091009
:::code language="javascript" source="~/cosmos-db-apache-cassandra-javascript-samples/601-emulator/app.js" highlight="1,5" id="resources":::
10101010

0 commit comments

Comments
 (0)