Skip to content

Commit 5b94d99

Browse files
committed
freshness pass
1 parent c71044a commit 5b94d99

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

articles/ai-foundry/how-to/develop/ai-template-get-started.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- ignite-2024
99
ms.topic: how-to
10-
ms.date: 05/05/2025
10+
ms.date: 07/01/2025
1111
ms.reviewer: varundua
1212
ms.author: sgilley
1313
author: sdgilley
1414
#customer intent: As a developer, I want to jump start my journey with an AI template.
1515
---
1616

17-
# Get started with an AI template (Preview)
17+
# Get started with an AI template
1818

1919
Streamline your code-first development with prebuilt, task-specific Azure AI templates. Benefit from using the latest features and best practices from Microsoft Azure AI, with popular frameworks like LangChain, prompt flow, and Semantic Kernel in multiple languages.
2020

@@ -24,12 +24,10 @@ Available templates include:
2424
* [Get started with AI agents](https://github.com/Azure-Samples/get-started-with-ai-agents)
2525
* [Unlock insights from conversational data](https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
2626

27-
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
28-
2927
## Prerequisites
3028

3129
- [Azure subscription](https://azure.microsoft.com/free)
32-
- An [Azure AI Foundry project](../create-projects.md).
30+
- Either a [!INCLUDE [fdp-project-name](../../includes/fdp-project-name.md)](../create-projects.md?pivots=fdp-project) or a [!INCLUDE [hub-project-name](../../includes/hub-project-name.md)](../create-projects.md?pivots=hub-project).
3331

3432
## Start with a sample application
3533

articles/ai-foundry/how-to/develop/sdk-overview.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- build-2024
99
- ignite-2024
1010
ms.topic: how-to
11-
ms.date: 05/07/2025
11+
ms.date: 07/01/2025
1212
ms.reviewer: dantaylo
1313
ms.author: sgilley
1414
author: sdgilley
@@ -40,7 +40,6 @@ The Azure AI Foundry SDK is a set of client libraries and services designed to w
4040
az login
4141
```
4242

43-
4443
## Unified Projects client library
4544

4645
The Azure AI Foundry Projects client library is a unified library that enables you to use multiple client libraries together by connecting to a single project endpoint.
@@ -89,8 +88,6 @@ The Azure AI Foundry Projects client library is a unified library that enables y
8988
.buildClient();
9089
```
9190
92-
93-
9491
::: zone-end
9592
9693
::: zone pivot="programming-language-javascript"

0 commit comments

Comments
 (0)