Skip to content

Commit ce67ca4

Browse files
author
Harmanpreet Kaur
committed
update2
1 parent 90066f2 commit ce67ca4

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
@@ -1,4 +1,4 @@
1-
[← Back to *DEPLOYMENT* guide](/documents/DeploymentGuide.md#deployment-options--steps)
1+
[← Back to *DEPLOYMENT* guide](/docs/DeploymentGuide.md#deployment-options--steps)
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:
@@ -9,7 +9,7 @@ Go to https://portal.azure.com
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](../documents/Images/re_use_foundry_project/azure_ai_foundry_list.png)
12+
![alt text](../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](../documents/Images/re_use_foundry_project/navigate_to_projects.png)
25+
![alt text](../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,7 +31,7 @@ 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](../documents/Images/re_use_foundry_project/project_resource_id.png)
34+
![alt text](../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
@@ -41,4 +41,4 @@ azd env set AZURE_EXISTING_AI_PROJECT_RESOURCE_ID '<Existing AI Project Resource
4141
Replace `<Existing AI Project Resource ID>` with the value obtained from Step 5.
4242

4343
### 7. Continue Deployment
44-
Proceed with the next steps in the [deployment guide](/documents/DeploymentGuide.md#deployment-options--steps).
44+
Proceed with the next steps in the [deployment guide](/docs/DeploymentGuide.md#deployment-options--steps).

0 commit comments

Comments
 (0)