Skip to content

Commit 8f0ae45

Browse files
committed
updated based on feedback
1 parent 7e00636 commit 8f0ae45

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,25 @@ You can create a new Azure AI Foundry project from the Azure AI Foundry Extensio
122122
1. Select the **plus** icon next to **Resources** in the **Resources** section of the Azure AI Foundry Extension view.
123123

124124
1. In the top center, enter the Azure AI Foundry Project name to use in the **Enter project name** textbox and press Enter.
125+
126+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/enter-project-name.png" alt-text="Screenshot of the Enter project name textbox." lightbox="../../media/how-to/get-started-projects-vs-code/enter-project-name.png":::
127+
125128
You can either create a new resource group or select an existing one.
126129
- To create a new resource group:
127130
1. In the top center, select **Create new resource group** and press Enter.
131+
132+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-resource-group.png" alt-text="Screenshot of the Choose resource group dropdown with the reate new resource group item highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/select-resource-group.png":::
133+
128134
1. In the top center, enter the Azure Resource Group name to use in the **Enter new resource group** textbox and press Enter.
135+
129136
1. In the top center, select the location you want to use from the list of available locations and press Enter.
130137

131138
- To use an existing resource group:
132139
1. In the top center, select the resource group you want to use from the list of available resource groups and press Enter.
133140

134141
After project deployment, a popup appears with the message **Project deployed successfully**.
135142

136-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/project-deployed.png" alt-text="A screenshot of the Project deployed successfully popup withe the Deploy a model button highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/project-deployed.png":::
143+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/project-deployed.png" alt-text="A screenshot of the Project deployed successfully popup with the Deploy a model button highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/project-deployed.png":::
137144

138145
To deploy a model to the newly created project, select the **Deploy a model** button in the popup.
139146
This action opens the **Model Catalog** page in the Azure AI Foundry Extension view to select the desired model to [deploy.](#deploy-a-model-from-the-model-catalog)
@@ -152,7 +159,6 @@ Your selected project will now display **Default** after the project name.
152159

153160
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/default-project.png" alt-text="A screenshot of the designated default project." lightbox="../../media/how-to/get-started-projects-vs-code/default-project.png":::
154161

155-
156162
## Work with models
157163

158164
The Azure AI Foundry for Visual Studio Code extension enables you to create, interact with, and deploy Large Language Models from within Visual Studio Code.
@@ -208,7 +214,7 @@ Deploy a selected model in the model catalog using the following steps:
208214

209215
1. In the top center, select the AI service to use in the **Choose an AI service** dropdown and press Enter.
210216

211-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/choose-ai-service.png" alt-text="Screenshot of the Chosen AI service dropdown." lightbox="../../media/how-to/get-started-projects-vs-code/choose-ai-service.png":::
217+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/choose-ai-service.png" alt-text="Screenshot of the Choose an AI service dropdown." lightbox="../../media/how-to/get-started-projects-vs-code/choose-ai-service.png":::
212218

213219
1. In the top center, select the model version to use in the **Choose model version** dropdown and press Enter.
214220

15 KB
Loading
685 Bytes
Loading
8.32 KB
Loading

0 commit comments

Comments
 (0)