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
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ content_well_notification:
8
8
- AI-contribution
9
9
ai-usage: ai-assisted
10
10
ms.topic: how-to
11
-
ms.date: 07/10/2025
11
+
ms.date: 07/31/2025
12
12
ms.reviewer: erichen
13
13
ms.author: johalexander
14
14
author: ms-johnalex
@@ -48,7 +48,20 @@ Before using the Azure AI Foundry for Visual Studio Code extension, you must:
48
48
49
49
After you install Visual Studio Code, you need to install the Azure AI Foundry for Visual Studio Code extension.
50
50
51
-
To install the Azure AI Foundry for Visual Studio Code extension:
51
+
To install the Azure AI Foundry for Visual Studio Code extension, you can either use the Visual Studio Code Marketplace or install it directly from within Visual Studio Code.
52
+
53
+
### Install from the Visual Studio Code Marketplace
54
+
To install the Azure AI Foundry for Visual Studio Code extension from the Visual Studio Code Marketplace, follow these steps:
55
+
56
+
1. Open the [Azure AI Foundry for Visual Studio Code extension page](https://marketplace.visualstudio.com/items?itemName=AzureAIFoundry.azure-ai-foundry-vscode).
57
+
1. Click the **Install** button.
58
+
1. Follow the prompts to install the extension in Visual Studio Code.
59
+
1. After installation, open Visual Studio Code and verify the extension is installed successfully from the status messages.
60
+
1. The extension should now be visible in the primary navigation bar on the left side of Visual Studio Code.
61
+
62
+
### Install from within Visual Studio Code
63
+
64
+
To install the Azure AI Foundry for Visual Studio Code extension in Visual Studio Code, follow these steps:
52
65
53
66
1. Open Visual Studio Code.
54
67
@@ -70,7 +83,6 @@ Get started with the Azure AI Foundry extension by using the following steps.
70
83
> 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.
71
84
> :::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":::
72
85
73
-
74
86
### Sign in to your resources
75
87
76
88
Sign in to your Azure subscription to access your resources with the following steps:
0 commit comments