Skip to content

Commit

Permalink
Adding additions user secrets for Cosmos DB database and container names
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebunting committed Sep 18, 2024
1 parent a6eb94c commit fe901c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/03_implement_vector_search_in_cosmos_db_nosql/0303.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ The key tasks are as follows:

```sh
dotnet user-secrets set "CosmosDB:ConnectionString" "{YOUR_CONNECTION_STRING}"
dotnet user-secrets set "CosmosDB:DatabaseName" "ContosoSuites"
dotnet user-secrets set "CosmosDB:MaintenanceRequestsContainerName" "MaintenanceRequests"
dotnet user-secrets set "AzureOpenAI:EmbeddingDeploymentName" "text-embedding-ada-002"
```

Expand Down

0 comments on commit fe901c5

Please sign in to comment.