You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/LocalDeployment.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@
56
56
```bash
57
57
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>
58
58
```
59
-
**Using a Different Database in Cosmos:**
59
+
**Using a Different Database in Cosmos:**
60
60
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:
62
62
1. Change the environment variable **COSMOSDB_DATABASE** to the new database name.
63
63
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.
0 commit comments