Skip to content

Commit a89fd3a

Browse files
Update LocalDeployment.md
1 parent e22a128 commit a89fd3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/LocalDeployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
```bash
5757
az role assignment create --assignee <aad-user-upn> --role "Cognitive Services OpenAI User" --scope /subscriptions/<subscription-id>/resourceGroups/<solution-accelerator-rg>/providers/Microsoft.CognitiveServices/accounts/<azure-openai-account-name>
5858
```
59-
**Using a Different Database in Cosmos:**
59+
**Using a Different Database in Cosmos:**
6060
61-
You can set the solution up to use a different database in Cosmos. For example, you can name it something like autogen-dev. To do this:
61+
You can set the solution up to use a different database in Cosmos. For example, you can name it something like autogen-dev. To do this:
6262
1. Change the environment variable **COSMOSDB_DATABASE** to the new database name.
6363
2. You will need to create the database in the Cosmos DB account. You can do this from the Data Explorer pane in the portal, click on the drop down labeled “_+ New Container_” and provide all the necessary details.
6464

0 commit comments

Comments
 (0)