Skip to content

Commit 0d33d51

Browse files
committed
add links to templates
1 parent 15b32f5 commit 0d33d51

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ author: sdgilley
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

21+
Available templates include:
22+
23+
* [Get started with AI chat](https://github.com/Azure-Samples/get-started-with-ai-chat)
24+
* [Get started with AI agents](https://github.com/Azure-Samples/get-started-with-ai-agents)
25+
* [Unlock insights from conversational data](https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
26+
2127
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
2228

2329
## Prerequisites
@@ -53,6 +59,9 @@ The README also includes information about the application, such as the use case
5359
> [!TIP]
5460
> Discover more templates in our curated [AZD templates collection](https://azure.github.io/ai-app-templates). Deploy them with a single command ```azd up``` using the [Azure Developer CLI](/azure/developer/azure-developer-cli/).
5561
62+
63+
64+
5665
## Related content
5766

5867
- [Get started building a chat app using the Azure AI Foundry SDK](../../quickstarts/get-started-code.md)

articles/ai-foundry/index.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ landingContent:
7272
links:
7373
- text: Get started with the Azure AI Foundry SDKs
7474
url: how-to/develop/sdk-overview.md
75-
- text: Start with an AI template
76-
url: how-to/develop/ai-template-get-started.md
7775
- linkListType: tutorial
7876
links:
7977
- text: Build a custom app
@@ -85,7 +83,20 @@ landingContent:
8583
url: how-to\develop\sdk-overview.md
8684
- text: Azure OpenAI Service Reference
8785
url: ../ai-services/openai/reference.md
88-
86+
# Card
87+
- title: Create a full app using a template
88+
linkLists:
89+
- linkListType: quickstart
90+
links:
91+
- text: Start with an AI template
92+
url: how-to/develop/ai-template-get-started.md
93+
- text: Get started with AI chat
94+
url: https://github.com/Azure-Samples/get-started-with-ai-chat
95+
- text: Get started with AI agents
96+
url: https://github.com/Azure-Samples/get-started-with-ai-agents
97+
- text: Unlock insights from conversational data
98+
url: https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator
99+
89100
# Card
90101
- title: Explore more AI resources
91102
linkLists:

articles/ai-foundry/what-is-ai-foundry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ You need an [Azure account](https://azure.microsoft.com/pricing/purchase-options
8989
- [Quickstart: Use the chat playground in Azure AI Foundry portal](quickstarts/get-started-playground.md)
9090
- [Build a custom chat app in Python using the Azure AI SDK](quickstarts/get-started-code.md)
9191
- [Create a project](./how-to/create-projects.md)
92+
- [Get started with an AI template](how-to/develop/ai-template-get-started.md)

0 commit comments

Comments
 (0)