Skip to content

Commit e56056c

Browse files
update doc
1 parent b2310f6 commit e56056c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

documents/CustomizingAzdParameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ By default this template will use the environment name as the prefix to prevent
2323
| `AZURE_OPENAI_EMBEDDING_MODEL_CAPACITY` | integer | `80` | Sets the capacity for the embedding model deployment. |
2424
| `AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID` | string | `<Existing Workspace Id>` | Reuses an existing Log Analytics Workspace instead of creating a new one. |
2525
| `USE_LOCAL_BUILD` | string | `false` | Indicates whether to use a local container build for deployment. |
26+
| `AZURE_EXISTING_AI_PROJECT_RESOURCE_ID` | string | `<Existing AI Project resource Id>` | Reuses an existing AIFoundry and AIFoundryProject instead of creating a new one. |
2627

2728

2829

src/api/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ SQLDB_USER_MID=
2222
SQLDB_USERNAME=
2323
USE_AI_PROJECT_CLIENT="False"
2424
USE_CHAT_HISTORY_ENABLED="True"
25-
AZURE_EXISTING_AIPROJECT_RESOURCE_ID=
25+
AZURE_EXISTING_AI_PROJECT_RESOURCE_ID=

0 commit comments

Comments
 (0)