File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ In the left-hand menu of the project blade:
3636### 6. Set the Foundry Project Resource ID in Your Environment
3737Run the following command in your terminal
3838``` bash
39- azd env set AZURE_ENV_FOUNDRY_PROJECT_ID ' <Existing Foundry Project Resource ID>'
39+ azd env set AZURE_EXISTING_AI_PROJECT_RESOURCE_ID ' <Existing AI Project Resource ID>'
4040```
41- Replace ` <Existing Foundry Project Resource ID> ` with the value obtained from Step 5.
41+ Replace ` <Existing AI Project Resource ID> ` with the value obtained from Step 5.
4242
4343### 7. Continue Deployment
4444Proceed with the next steps in the [ deployment guide] ( /documents/DeploymentGuide.md#deployment-options--steps ) .
Original file line number Diff line number Diff line change @@ -23,4 +23,3 @@ SQLDB_USER_MID=
2323SQLDB_USERNAME =
2424USE_AI_PROJECT_CLIENT = " False"
2525USE_CHAT_HISTORY_ENABLED = " True"
26- AZURE_EXISTING_AI_PROJECT_RESOURCE_ID =
You can’t perform that action at this time.
0 commit comments