Skip to content

Commit 57520d0

Browse files
Merge pull request #3860 from sdgilley/sdg-templates
add links to templates
2 parents cefc09b + 98d59bf commit 57520d0

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
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: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,18 @@ landingContent:
8585
url: how-to\develop\sdk-overview.md
8686
- text: Azure OpenAI Service Reference
8787
url: ../ai-services/openai/reference.md
88-
88+
# Card
89+
- title: Build apps with a template
90+
linkLists:
91+
- linkListType: quickstart
92+
links:
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)