|
1 | 1 | ---
|
2 | 2 | title: How to get started with an AI template
|
3 | 3 | titleSuffix: Azure AI Foundry
|
4 |
| -description: This article provides instructions on how to get started with an AI template. |
| 4 | +description: This article provides instructions on how to use an AI template to get started with Azure AI Foundry. |
5 | 5 | manager: scottpolly
|
6 | 6 | ms.service: azure-ai-foundry
|
7 | 7 | ms.custom:
|
8 | 8 | - ignite-2024
|
9 | 9 | ms.topic: how-to
|
10 |
| -ms.date: 01/02/2025 |
11 |
| -ms.reviewer: dantaylo |
| 10 | +ms.date: 02/20/2025 |
| 11 | +ms.reviewer: varundua |
12 | 12 | ms.author: sgilley
|
13 | 13 | author: sdgilley
|
| 14 | +#customer intent: As a developer, I want to jump start my journey with an AI template. |
14 | 15 | ---
|
15 | 16 |
|
16 |
| -# How to get started with an AI template |
| 17 | +# Get started with an AI template |
| 18 | + |
| 19 | +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. |
17 | 20 |
|
18 | 21 | [!INCLUDE [feature-preview](../../includes/feature-preview.md)]
|
19 | 22 |
|
20 |
| -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. |
| 23 | +## Prerequisites |
21 | 24 |
|
22 |
| -> [!TIP] |
23 |
| -> Discover the latest templates in our curated [AZD templates collection](https://aka.ms/azd-ai-templates). Deploy them with a single command ```azd up``` using the [Azure Developer CLI](/azure/developer/azure-developer-cli/). |
| 25 | +- [Azure subscription](https://azure.microsoft.com/free) |
| 26 | +- An [Azure AI Foundry project](../create-projects.md). |
24 | 27 |
|
25 | 28 | ## Start with a sample application
|
26 | 29 |
|
27 |
| -Start with our sample applications! Choose the right template for your needs, then refer to the README in any of the following Azure Developer CLI enabled templates for more instructions and information. |
| 30 | +1. Go to [Azure AI Foundry portal](https://ai.azure.com). |
| 31 | +1. Open your project in Azure AI Foundry portal. |
| 32 | +1. On the left menu, select **Code** (preview). |
| 33 | +1. Find the solution template you want to use. |
| 34 | +1. Select **Open in Github** to view the entire sample application. |
| 35 | +1. Or, clone the repository to your local machine with the provided command. |
| 36 | +1. In some cases, you can also view a step-by-step tutorial that explains the AI code. |
28 | 37 |
|
29 |
| -### [Python](#tab/python) |
| 38 | +## Explore the sample application |
30 | 39 |
|
31 |
| -| Template | App host | Tech stack | Description | |
32 |
| -| ----------- | ----------| ----------- | ------------| |
33 |
| -| [Azure AI Basic Template with Python](https://github.com/azure-samples/azureai-basic-python) | [Azure AI Foundry online endpoints](/azure/machine-learning/concept-endpoints-online) | [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure OpenAI Service](../../../ai-services/openai/overview.md), Bicep | The app serves as a straightforward example of integrating Azure AI Services within a basic prompt-based application. This template walks you through building a simple chat app that utilizes models and prompts. The template also covers setting up the necessary infrastructure for the app, including creating an Azure AI Foundry Hub, configuring projects, and provisioning essential resources such as Azure AI Service, Azure Container Apps, Cognitive Search, and more. <br>You can build, deploy, and test it with a single command. | |
34 |
| -| [Contoso Chat Retail copilot with Azure AI Foundry](https://github.com/Azure-Samples/contoso-chat) | [Azure Container Apps](/azure/container-apps/overview) | [Azure Cosmos DB](/azure/cosmos-db/index-overview), [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure OpenAI Service](../../../ai-services/openai/overview.md), [Azure AI Search](/azure/search/search-what-is-azure-search), Bicep | A retailer conversation agent that can answer questions grounded in your product catalog and customer order history. This template uses a retrieval augmented generation architecture with cutting-edge models for chat completion, chat evaluation, and embeddings. Build, evaluate, and deploy, an end-to-end solution with a single command. | |
35 |
| -| [Process Automation: speech to text and summarization with Azure AI Foundry](https://github.com/Azure-Samples/summarization-openai-python-prompflow) | [Azure AI Foundry online endpoints](/azure/machine-learning/concept-endpoints-online) | [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure OpenAI Service](../../../ai-services/openai/overview.md), [Azure AI speech to text service](../../../ai-services/speech-service/index-speech-to-text.yml), Bicep | An app for workers to report issues via text or speech, translating audio to text, summarizing it, and specify the relevant department. | |
36 |
| -| [Multi-Modal Creative Writing copilot with Dalle](https://github.com/Azure-Samples/agent-openai-python-prompty) | [Azure AI Foundry online endpoints](/azure/machine-learning/concept-endpoints-online) | [Azure AI Search](/azure/search/search-what-is-azure-search), [Azure OpenAI Service](../../../ai-services/openai/overview.md), Bicep | demonstrates how to create and work with AI agents. The app takes a topic and instruction input and then calls a research agent, writer agent, and editor agent. | |
37 |
| -| [Assistant API Analytics Copilot with Python and Azure AI Foundry](https://github.com/Azure-Samples/assistant-data-openai-python-promptflow) | [Azure AI Foundry online endpoints](/azure/machine-learning/concept-endpoints-online) | [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure AI Search](/azure/search/search-what-is-azure-search), [Azure OpenAI Service](../../../ai-services/openai/overview.md), Bicep| A data analytics chatbot based on the Assistants API. The chatbot can answer questions in natural language, and interpret them as queries on an example sales dataset. | |
38 |
| -<!-- remove for now |
39 |
| -| Function Calling with Prompty, LangChain, and Pinecone | [Azure AI Foundry online endpoints](/azure/machine-learning/concept-endpoints-online) | [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure OpenAI Service](../../../ai-services/openai/overview.md), [LangChain](https://python.langchain.com/v0.1/docs/get_started/introduction), [Pinecone](https://www.pinecone.io/), Bicep | Utilize the new Prompty tool, LangChain, and Pinecone to build a large language model (LLM) search agent. This agent with Retrieval-Augmented Generation (RAG) technology is capable of answering user questions based on the provided data by integrating real-time information retrieval with generative responses. | |
40 |
| -| Function Calling with Prompty, LangChain, and Elastic Search | [Azure AI Foundry online endpoints](/azure/machine-learning/concept-endpoints-online) | [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure OpenAI Service](../../../ai-services/openai/overview.md), [Elastic Search](https://www.elastic.co/elasticsearch), [LangChain](https://python.langchain.com/v0.1/docs/get_started/introduction) , Bicep | Utilize the new Prompty tool, LangChain, and Elasticsearch to build a large language model (LLM) search agent. This agent with Retrieval-Augmented Generation (RAG) technology is capable of answering user questions based on the provided data by integrating real-time information retrieval with generative responses | |
41 |
| ---> |
| 40 | +Once you're looking at the GitHub repository for your sample, refer to the README for more instructions and information on how to deploy your own version of the application. |
42 | 41 |
|
| 42 | +Instructions vary by sample, but most include how to: |
43 | 43 |
|
44 |
| -### [C#](#tab/csharp) |
| 44 | +* Open the solution in the location of your choice: |
| 45 | + * GitHub Codespaces |
| 46 | + * VS Code Dev Containers |
| 47 | + * Your local IDE |
| 48 | +* Deploy the application to Azure |
| 49 | +* How to test the app |
45 | 50 |
|
46 |
| -| Template | App host | Tech stack | Description | |
47 |
| -| ----------- | ----------| ----------- | -------------- | |
48 |
| -| [Contoso Chat Retail copilot with .NET and Semantic Kernel](https://github.com/Azure-Samples/contoso-chat-csharp-prompty) | [Azure Container Apps](/azure/container-apps/overview) | [Azure Cosmos DB](/azure/cosmos-db/index-overview), [Azure Monitor](/azure/azure-monitor/overview), [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure Container Apps](/azure/container-apps/overview), [Azure AI Search](/azure/search/search-what-is-azure-search), [Azure OpenAI Services](../../../ai-services/openai/overview.md), [Semantic Kernel](/semantic-kernel/overview/?tabs=Csharp), Bicep | A retailer conversation agent that can answer questions grounded in your product catalog and customer order history. This template uses a retrieval augmented generation architecture with cutting-edge models for chat completion, chat evaluation, and embeddings. Build, evaluate, and deploy, an end-to-end solution with a single command. | |
49 |
| -| [Process Automation: speech to text and summarization with .NET and GPT 3.5 Turbo](https://github.com/Azure-Samples/summarization-openai-csharp-prompty) | [Azure Container Apps](/azure/container-apps/overview) | [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure OpenAI Service](../../../ai-services/openai/overview.md), [Azure AI speech to text service](../../../ai-services/speech-service/index-speech-to-text.yml), Bicep | An app for workers to report issues via text or speech, translating audio to text, summarizing it, and specify the relevant department. | |
50 |
| - |
51 |
| ---- |
| 51 | +The README also includes information about the application, such as the use case, architecture, and pricing information. |
52 | 52 |
|
| 53 | +> [!TIP] |
| 54 | +> 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/). |
53 | 55 |
|
54 | 56 | ## Related content
|
55 | 57 |
|
56 |
| -- [Get started building a chat app using the prompt flow SDK](../../quickstarts/get-started-code.md) |
57 |
| -- [Work with projects in VS Code](vscode.md) |
58 |
| -- [Connections in Azure AI Foundry portal](../../concepts/connections.md) |
| 58 | +- [Get started building a chat app using the Azure AI Foundry SDK](../../quickstarts/get-started-code.md) |
| 59 | +- [Develop AI apps using Azure AI services](/azure/developer/ai/) |
0 commit comments