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
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
7
7
content_well_notification:
8
8
- AI-contribution
9
9
ms.topic: how-to
10
-
ms.date: 03/28/2025
10
+
ms.date: 04/03/2025
11
11
ms.reviewer: erichen
12
12
ms.author: johalexander
13
13
author: ms-johnalex
@@ -72,9 +72,9 @@ Get started with the Azure AI Foundry extension by using the following steps.
72
72
> :::image type="content" source="../../media/how-to/get-started-projects-vs-code/visual-studio-command-palette-small.png" alt-text="A screenshot of the Visual Studio Code command palette for Azure AI Foundry." lightbox="../../media/how-to/get-started-projects-vs-code/visual-studio-command-palette-small.png":::
73
73
74
74
75
-
### Sign-in to your resources
75
+
### Signin to your resources
76
76
77
-
Sign-in to your Azure subscription to access your resources with the following steps:
77
+
Signin to your Azure subscription to access your resources with the following steps:
78
78
79
79
1. Select the Azure Icon on the VS Code Navbar.
80
80
@@ -98,9 +98,9 @@ Sign-in to your Azure subscription to access your resources with the following s
98
98
99
99
1. Select <kbd>F1</kbd> to open the command palette.
100
100
101
-
1. Enter **Azure AI Foundry: Select Default Project** and press enter.
101
+
1. Enter **Azure AI Foundry: Select Default Project** and press Enter.
102
102
103
-
1. Select the Azure AI Foundry Project you want to use from the list of available projects and press enter.
103
+
1. Select the Azure AI Foundry Project you want to use from the list of available projects and press Enter.
104
104
105
105
Your selected project will now display **Default** after the project name.
106
106
@@ -119,7 +119,7 @@ The [model catalog](/azure/ai-foundry/how-to/model-catalog-overview) in Azure AI
119
119
120
120
1. Select <kbd>F1</kbd> to open the command palette.
121
121
122
-
1. Enter **Azure AI Foundry: Open Model Catalog** and press enter.
122
+
1. Enter **Azure AI Foundry: Open Model Catalog** and press Enter.
123
123
124
124
1. The **Model Catalog** page is displayed.
125
125
@@ -139,19 +139,19 @@ Deploy a selected model in the model catalog using the following steps:
139
139
140
140
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/deploy-from-model-catalog.png" alt-text="Screenshot of the highlighted Deploy in Azure link of the selected model." lightbox="../../media/how-to/get-started-projects-vs-code/deploy-from-model-catalog.png":::
141
141
142
-
1. In the top center, select the AI service to use in the **Choose an AI service** dropdown and press enter.
142
+
1. In the top center, select the AI service to use in the **Choose an AI service** dropdown and press Enter.
143
143
144
144
:::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":::
145
145
146
-
1. In the top center, select the model version to use in the **Choose model version** dropdown and press enter.
146
+
1. In the top center, select the model version to use in the **Choose model version** dropdown and press Enter.
147
147
148
148
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-model-version.png" alt-text="Screenshot of the Choose model version dropdown." lightbox="../../media/how-to/get-started-projects-vs-code/select-model-version.png":::
149
149
150
-
1. In the top center, select the deployment type to use in the **Choose deployment type** dropdown and press enter.
150
+
1. In the top center, select the deployment type to use in the **Choose deployment type** dropdown and press Enter.
151
151
152
152
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-deployment-type.png" alt-text="Screenshot of the Choose deployment type dropdown." lightbox="../../media/how-to/get-started-projects-vs-code/select-deployment-type.png":::
153
153
154
-
1. In the top center, enter the model deployment name to use in the **Enter deployment name** textbox and press enter.
154
+
1. In the top center, enter the model deployment name to use in the **Enter deployment name** textbox and press Enter.
155
155
156
156
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/enter-deployment-name.png" alt-text="Screenshot of the Enter deployment name textbox." lightbox="../../media/how-to/get-started-projects-vs-code/enter-deployment-name.png":::
157
157
@@ -176,23 +176,23 @@ You can also deploy a model directly from your Azure AI Foundry project.
176
176
> [!TIP]
177
177
> You can also right-click on **Models** and select the **Deploy new AI model** option to start the deployment process.
178
178
179
-
1. In the top center, select the AI service to use in the **Choose an AI service** dropdown and press enter.
179
+
1. In the top center, select the AI service to use in the **Choose an AI service** dropdown and press Enter.
180
180
181
181
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/choose-ai-service.png" alt-text="Screenshot of the Choose AI service dropdown for model deployment." lightbox="../../media/how-to/get-started-projects-vs-code/choose-ai-service.png":::
182
182
183
-
1. In the top center, select the model to deploy in the **Choose a model to deploy** dropdown and press enter.
183
+
1. In the top center, select the model to deploy in the **Choose a model to deploy** dropdown and press Enter.
184
184
185
185
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-deployment-model.png" alt-text="Screenshot of the Choose a model to deploy dropdown." lightbox="../../media/how-to/get-started-projects-vs-code/select-deployment-model.png":::
186
186
187
-
1. In the top center, select the model version to use in the **Choose model version** dropdown and press enter.
187
+
1. In the top center, select the model version to use in the **Choose model version** dropdown and press Enter.
188
188
189
189
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-model-version-2.png" alt-text="Screenshot of the Choose model version dropdown for model deployment." lightbox="../../media/how-to/get-started-projects-vs-code/select-model-version-2.png":::
190
190
191
-
1. In the top center, select the deployment type to use in the **Choose deployment type** dropdown and press enter.
191
+
1. In the top center, select the deployment type to use in the **Choose deployment type** dropdown and press Enter.
192
192
193
193
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-deployment-type.png" alt-text="Screenshot of the Choose deployment type dropdown for model deployment." lightbox="../../media/how-to/get-started-projects-vs-code/select-deployment-type.png":::
194
194
195
-
1. In the top center, enter the model deployment name to use in the **Enter deployment name** textbox and press enter.
195
+
1. In the top center, enter the model deployment name to use in the **Enter deployment name** textbox and press Enter.
196
196
197
197
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/enter-deployment-name-2.png" alt-text="Screenshot of the Enter deployment name textbox for model deployment." lightbox="../../media/how-to/get-started-projects-vs-code/enter-deployment-name-2.png":::
198
198
@@ -249,15 +249,15 @@ Create a sample code file using the following steps.
249
249
250
250
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/open-code-file.png" alt-text="Screenshot of the model context menu with the Open Code file option highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/open-code-file.png":::
251
251
252
-
1. In the top center, select your preferred SDK to use in the **Choose preferred SDK** dropdown and press enter.
252
+
1. In the top center, select your preferred SDK to use in the **Choose preferred SDK** dropdown and press Enter.
253
253
254
254
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/choose-preferred-sdk.png" alt-text="Screenshot of the Choose preferred SDK dropdown for model code file selection." lightbox="../../media/how-to/get-started-projects-vs-code/choose-preferred-sdk.png":::
255
255
256
-
1. In the top center, select your preferred language to use in the **Choose language** dropdown and press enter.
256
+
1. In the top center, select your preferred language to use in the **Choose language** dropdown and press Enter.
257
257
258
258
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/choose-language.png" alt-text="Screenshot of the Choose language dropdown for model code file selection." lightbox="../../media/how-to/get-started-projects-vs-code/choose-language.png":::
259
259
260
-
1. In the top center, select your preferred authentication method to use in the **Choose authentication method** dropdown and press enter.
260
+
1. In the top center, select your preferred authentication method to use in the **Choose authentication method** dropdown and press Enter.
261
261
262
262
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/choose-auth-method.png" alt-text="Screenshot of the Choose authentication method dropdown for model code file selection." lightbox="../../media/how-to/get-started-projects-vs-code/choose-auth-method.png":::
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/vs-code-agents.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
7
7
content_well_notification:
8
8
- AI-contribution
9
9
ms.topic: how-to
10
-
ms.date: 03/28/2025
10
+
ms.date: 04/03/2025
11
11
ms.reviewer: erichen
12
12
ms.author: johalexander
13
13
author: ms-johnalex
@@ -185,7 +185,7 @@ Open the **Agents Playground** using the following steps:
185
185
186
186
1. Type your prompt and see the outputs.
187
187
188
-
## Clean up resources
188
+
## Cleanup resources
189
189
190
190
The Azure resources that you created in this article are billed to your Azure subscription. If you don't expect to need these resources in the future, delete them to avoid incurring more charges.
0 commit comments