Skip to content

Commit c4648c0

Browse files
committed
Updating the Gremlin endpoint
1 parent eb49b50 commit c4648c0

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 "<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)