Skip to content

Commit db0eecf

Browse files
PR comments resolved
1 parent 0c420ef commit db0eecf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/re-use-foundry-project.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# Reusing an Existing Azure AI Foundry Project
44
To configure your environment to use an existing Azure AI Foundry Project, follow these steps:
5-
---
5+
66
### 1. Go to Azure Portal
77
Go to https://portal.azure.com
88

99
### 2. Search for Azure AI Foundry
1010
In the search bar at the top, type "Azure AI Foundry" and click on it. Then select the Foundry service instance where your project exists.
1111

12-
![alt text](images/re_use_foundry_project/azure_ai_foundry_list.png)
12+
![foundry project](/docs/images/re_use_foundry_project/azure_ai_foundry_list.png)
1313

1414
### 3. Navigate to Projects under Resource Management
1515
On the left sidebar of the Foundry service blade:
@@ -22,7 +22,7 @@ From the Projects view: Click on the project name to open its details
2222

2323
Note: You will see only one project listed here, as each Foundry service maps to a single project in this accelerator
2424

25-
![alt text](/docs/images/re_use_foundry_project/navigate_to_projects.png)
25+
![project](/docs/images/re_use_foundry_project/navigate_to_projects.png)
2626

2727
### 5. Copy Resource ID
2828
In the left-hand menu of the project blade:
@@ -31,12 +31,12 @@ In the left-hand menu of the project blade:
3131
- Locate the Resource ID field
3232
- Click on the copy icon next to the Resource ID value
3333

34-
![alt text](/docs/images/re_use_foundry_project/project_resource_id.png)
34+
![Properties](/docs/images/re_use_foundry_project/project_resource_id.png)
3535

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 Foundry Project Resource ID>'
4040
```
4141
Replace `<Existing Foundry Project Resource ID>` with the value obtained from Step 5.
4242

0 commit comments

Comments
 (0)