Skip to content

Commit 83ae647

Browse files
authored
Merge pull request #112092 from SnehaGunda/master
Updating the Gremlin endpoint
2 parents f1a2ba7 + c4648c0 commit 83ae647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/create-graph-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Now go back to the Azure portal to get your connection string information and co
113113
1. After you have copied the URI and PRIMARY KEY of your account, save them to a new environment variable on the local machine running the application. To set the environment variable, open a command prompt window, and run the following command. Make sure to replace <Your_Azure_Cosmos_account_URI> and <Your_Azure_Cosmos_account_PRIMARY_KEY> values.
114114
115115
```console
116-
setx EndpointUrl "https://<your cosmos db account name>.gremlin.cosmosdb.azure.com"
116+
setx EndpointUrl "<your Azure Cosmos account name>.gremlin.cosmosdb.azure.com"
117117
setx PrimaryKey "<Your_Azure_Cosmos_account_PRIMARY_KEY>"
118118
```
119119

0 commit comments

Comments
 (0)