Skip to content

Commit 94bb5d7

Browse files
authored
Merge pull request #102127 from SnehaGunda/master
Updating endpoint and URI text
2 parents 51330a3 + 33fcd13 commit 94bb5d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/create-sql-api-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ Now go back to the Azure portal to get the connection string details of your Azu
137137

138138
3. Copy your URI value from the portal (using the copy button) and make it the value of the endpoint key in `config.js`.
139139

140-
`config.endpoint = "https://FILLME.documents.azure.com"`
140+
`config.endpoint = "<Your Azure Cosmos account URI>"`
141141

142142
4. Then copy your PRIMARY KEY value from the portal and make it the value of the `config.key` in `config.js`. You've now updated your app with all the info it needs to communicate with Azure Cosmos DB.
143143
144-
`config.key = "FILLME"`
144+
`config.key = "<Your Azure Cosmos account key>"`
145145
146146
## Run the app
147147

0 commit comments

Comments
 (0)