Skip to content

Commit 08c5017

Browse files
committed
updated based on editorial feedback
1 parent 6f48589 commit 08c5017

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/ai-foundry/how-to/develop/get-started-projects-vs-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ Sign in to your Azure subscription to access your resources with the following s
8989

9090
1. Select **Open in Azure AI Foundry Extension**.
9191

92-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/open-aif-extension.png" alt-text="A screenshot of the Open in Azure AI Foundry Extension option." lightbox="../../media/how-to/get-started-projects-vs-code/open-aif-extension.png":::
92+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/open-azure-ai-foundry-extension.png" alt-text="A screenshot of the Open in Azure AI Foundry Extension option." lightbox="../../media/how-to/get-started-projects-vs-code/open-azure-ai-foundry-extension.png":::
9393

9494

9595
### Explore the Azure AI Foundry Extension
9696

9797
The Azure AI Foundry Extension opens in its own view, with the Azure AI Foundry Icon now displayed on the VS Code Navbar. The extension has three main sections: **Resources**, **Tools**, and **Help and Feedback**.
9898

9999

100-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/aif-ext-initial-view.png" alt-text="A screenshot of the Azure AI Foundry Extension with highlighted sections.":::
100+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/initial-view.png" alt-text="A screenshot of the Azure AI Foundry Extension with highlighted sections.":::
101101

102102
- **Resources**: This section contains the resources you have access to in your Azure AI Foundry project. The **Resources** section is the main view for interacting with your Azure AI Foundry resources. It contains the following subsections:
103103
- **Models**: This section contains the models you can use to build and deploy your AI applications. The **Models** view is where you can find your deployed models in your Azure AI Foundry project.
@@ -165,7 +165,7 @@ Access the model catalog from the command palette to explore and deploy a curate
165165

166166
The **Model Catalog** is also available in the **Resources** section of the Azure AI Foundry Extension view.
167167

168-
- 1. In the Azure AI Foundry Extension view, select the **plus** icon next to **Models** to open the Model Catalog.
168+
In the Azure AI Foundry Extension view, select the **plus** icon next to **Models** to open the Model Catalog.
169169

170170
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-model-plus-expanded.png" alt-text="Screenshot of the plus sign next to models with the list of models expanded." lightbox="../../media/how-to/get-started-projects-vs-code/select-model-plus-expanded.png":::
171171

articles/ai-foundry/how-to/develop/vs-code-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Follow these steps to create an Azure AI Agent:
3333

3434
1. [Deploy a model](./get-started-projects-vs-code.md#deploy-a-model-from-the-model-catalog) to use with your agent.
3535

36-
1. In the Azure AI Foundry Extension view, find the **Resources** ection.
36+
1. In the Azure AI Foundry Extension view, find the **Resources** section.
3737

3838
1. Select the **+** (plus) icon next to the **Agents** subsection to create a new AI Agent.
3939

@@ -187,7 +187,7 @@ Open the **Agents Playground** using the following steps:
187187

188188
## Explore Threads
189189

190-
The **Threads** subsection displays the threads created a during a run with your agent. In the Azure Resources Extension view, select the **caret** icon in front of the **Threads** subsection to view the list of threads.
190+
The **Threads** subsection displays the threads created during a run with your agent. In the Azure Resources Extension view, select the **caret** icon in front of the **Threads** subsection to view the list of threads.
191191

192192
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/thread-list.png" alt-text="Screenshot of the threads in the Threads subsection." lightbox="../../media/how-to/get-started-projects-vs-code/thread-list.png":::
193193

0 commit comments

Comments
 (0)