You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/get-started-projects-vs-code.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,18 +122,25 @@ You can create a new Azure AI Foundry project from the Azure AI Foundry Extensio
122
122
1. Select the **plus** icon next to **Resources** in the **Resources** section of the Azure AI Foundry Extension view.
123
123
124
124
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
+
125
128
You can either create a new resource group or select an existing one.
126
129
- To create a new resource group:
127
130
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
+
128
134
1. In the top center, enter the Azure Resource Group name to use in the **Enter new resource group** textbox and press Enter.
135
+
129
136
1. In the top center, select the location you want to use from the list of available locations and press Enter.
130
137
131
138
- To use an existing resource group:
132
139
1. In the top center, select the resource group you want to use from the list of available resource groups and press Enter.
133
140
134
141
After project deployment, a popup appears with the message **Project deployed successfully**.
135
142
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":::
137
144
138
145
To deploy a model to the newly created project, select the **Deploy a model** button in the popup.
139
146
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.
152
159
153
160
:::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":::
154
161
155
-
156
162
## Work with models
157
163
158
164
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:
208
214
209
215
1. In the top center, select the AI service to use in the **Choose an AI service** dropdown and press Enter.
210
216
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":::
212
218
213
219
1. In the top center, select the model version to use in the **Choose model version** dropdown and press Enter.
0 commit comments