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/sdk-overview.md
+50-7Lines changed: 50 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ ms.service: azure-ai-foundry
7
7
ms.custom:
8
8
- build-2024
9
9
- ignite-2024
10
-
ms.topic: overview
11
-
ms.date: 02/27/2025
10
+
ms.topic: how-to
11
+
ms.date: 03/27/2025
12
12
ms.reviewer: dantaylo
13
13
ms.author: sgilley
14
14
author: sdgilley
@@ -31,18 +31,61 @@ If you want to jump right in and start building an app, check out:
31
31
-[Create a chat app](../../quickstarts/get-started-code.md)
32
32
-[Create a custom RAG app](../../tutorials/copilot-sdk-create-resources.md)
33
33
34
-
## Get started with Projects
34
+
## Prerequisites
35
35
36
-
The best way to get started using the Azure AI Foundry SDK is by using a project. AI projects connect together different data, assets, and services you need to build AI applications. The AI project client allows you to easily access these project components from your code by using a single connection string.
36
+
*[Create an AI Project](../create-projects.md) if you don't have one already.
37
+
* Sign in with the Azure CLI using the same account that you use to access your AI Project:
38
+
39
+
```bash
40
+
az login
41
+
```
37
42
38
-
First follow steps to [create an AI Project](../create-projects.md) if you don't have one already.
43
+
## Install all packages
39
44
40
-
Sign in with the Azure CLI using the same account that you use to access your AI Project:
45
+
Install all the packages you need to get started with the Azure AI Foundry SDK.
Or, use the following sections to install only the packages you need.
84
+
85
+
## Get started with Projects
86
+
87
+
The best way to get started using the Azure AI Foundry SDK is by using a project. AI projects connect together different data, assets, and services you need to build AI applications. The AI project client allows you to easily access these project components from your code by using a single connection string.
0 commit comments