Skip to content

Commit 65a6f45

Browse files
correct env variable name AZURE_EXISTING_AI_PROJECT_RESOURCE_ID
1 parent dbf7b1a commit 65a6f45

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

documents/re-use-foundry-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3737
Run 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
4444
Proceed with the next steps in the [deployment guide](/documents/DeploymentGuide.md#deployment-options--steps).

src/api/.env.sample

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ SQLDB_USER_MID=
2323
SQLDB_USERNAME=
2424
USE_AI_PROJECT_CLIENT="False"
2525
USE_CHAT_HISTORY_ENABLED="True"
26-
AZURE_EXISTING_AI_PROJECT_RESOURCE_ID=

0 commit comments

Comments
 (0)