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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,8 @@ To install the Azure AI Foundry for Visual Studio Code extension:
70
70
Get started with the Azure AI Foundry extension by using the following steps.
71
71
72
72
> [!NOTE]
73
-
> For a full list of features available in the extension, use the Command Palette. Select <kbd>F1</kbd> to open the command palette and search **AI Foundry**. The following screenshot shows some of the actions for AI Foundry.
74
-
> :::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 AI Foundry." lightbox="../../media/how-to/get-started-projects-vs-code/visual-studio-command-palette-small.png":::
73
+
> For a full list of features available in the extension, use the Command Palette. Select <kbd>F1</kbd> to open the command palette and search **Azure AI Foundry**. The following screenshot shows some of the actions for Azure AI Foundry.
74
+
> :::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":::
75
75
76
76
77
77
### Sign-in to your resources
@@ -87,22 +87,22 @@ Sign-in to your Azure subscription to access your resources with the following s
87
87
88
88
1. Under the "Resources" section, select your Azure Subscription and Resource Group.
89
89
90
-
1. Select "AI Foundry" and open your project.
90
+
1. Select **Azure AI Foundry** and open your project.
91
91
92
92
1. The **Agents** and **Models** sections are listed under your project.
93
93
94
94
95
-
### Set the default AI Foundry Project
95
+
### Set the default Azure AI Foundry Project
96
96
97
-
Set your default AI Foundry Project with the following steps:
97
+
Set your default Azure AI Foundry Project with the following steps:
98
98
99
99
1. Open a new Visual Studio Code window.
100
100
101
101
1. Select <kbd>F1</kbd> to open the command palette.
102
102
103
-
1. Enter **AI Foundry: Select Default Project** and press enter.
103
+
1. Enter **Azure AI Foundry: Select Default Project** and press enter.
104
104
105
-
1. Select the AI Foundry Project you want to use from the list of available projects and press enter.
105
+
1. Select the Azure AI Foundry Project you want to use from the list of available projects and press enter.
106
106
107
107
Your selected project will now display **Default** after the project name.
108
108
@@ -121,7 +121,7 @@ The [model catalog](/azure/ai-foundry/how-to/model-catalog-overview) in Azure AI
121
121
122
122
1. Select <kbd>F1</kbd> to open the command palette.
123
123
124
-
1. Enter **AI Foundry: Model Catalog** and press enter.
124
+
1. Enter **Azure AI Foundry: Model Catalog** and press enter.
125
125
126
126
1. The **Model Catalog** page is displayed.
127
127
@@ -169,7 +169,7 @@ Deploy a selected model in the model catalog using the following steps:
169
169
170
170
#### Deploy a model
171
171
172
-
You can also deploy a model directly from your AI Foundry project.
172
+
You can also deploy a model directly from your Azure AI Foundry project.
173
173
174
174
1. In the Azure Resources Extension view, select the **plus** icon next to **Models** to start the deployment process.
175
175
@@ -296,7 +296,7 @@ Open the model playground using the following steps:
296
296
297
297
### Show the Azure AI Agent YAML definition
298
298
299
-
### Deploy Azure AI Agents to the AI Foundry Studio
299
+
### Deploy Azure AI Agents to the Azure AI Foundry Studio
0 commit comments