Skip to content

Commit 0317008

Browse files
Merge pull request #298973 from ecfan/patch-4
Add new workflow templates
2 parents bf49b09 + b58a07b commit 0317008

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

articles/logic-apps/ai-resources.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
ms.reviewers: estfan, azla
77
ms.topic: conceptual
88
ms.collection: ce-skilling-ai-copilot
9-
ms.date: 01/23/2025
9+
ms.date: 04/28/2025
1010
#CustomerIntent: I want a guide that introduces starting points, building blocks, examples, samples, and other resources to help me learn about using AI in my integration solutions using Standard and Consumption workflows in Azure Logic Apps.
1111
---
1212

@@ -177,15 +177,20 @@ For more information, see the following resources:
177177

178178
## Quickstart with workflow templates
179179

180-
When you add a new workflow to your Standard logic app, you can select a prebuilt template as your starting point. Each template follows a common workflow pattern that supports a specific scenario. You can also create workflow templates that you can then share with other workflow developers by publishing them in the templates GitHub repository.
180+
When you add a new workflow to your Standard or Consumption logic app, you can select a prebuilt template as your starting point. Each template follows a common workflow pattern that supports a specific scenario. You can also create workflow templates that you can then share with other workflow developers by publishing them in the templates GitHub repository.
181181

182182
The following table describes some example workflow templates:
183183

184184
| Document source | Template description | AI services |
185185
|-----------------|----------------------|-------------|
186-
| SharePoint Online | Ingest and index files using the RAG pattern. | - Azure OpenAI <br>- Azure AI Search |
187-
| OneDrive | Ingest and index files using the RAG pattern. | - Azure OpenAI <br>- Azure AI Search |
188-
| Azure Blob Storage | Retrieve, parse, and chunk a file from a blob storage container. Process each chunk to generate embeddings, map embeddings to an Azure SQL DB table schema. Finally, index the files in a SQL DB vector table for retrieval and analysis. | - Azure OpenAI |
186+
| Azure AI Document Intelligence | Standard: <br>- Analyze complex documents using Azure OpenAI | - Azure OpenAI |
187+
| Azure Blob Storage | Standard: <br>- Ingest and index files using the RAG pattern <br>- Ingest and vectorize documents into Azure Cosmos DB for NoSQL using the RAG pattern | - Azure OpenAI <br>- Azure AI Search |
188+
| Azure File Storage | Standard: <br>- Ingest documents on a schedule into AI Search <br>- Ingest and index files on a schedule using the RAG pattern <br>- Ingest and index files using the RAG pattern | - Azure OpenAI <br>- Azure AI Search |
189+
| Request-based | Standard: <br>- Chat with your documents using the RAG pattern <br>- Ingest and index documents using the RAG pattern | - Azure OpenAI <br>- Azure AI Search |
190+
| OneDrive for Business | Consumption: <br>- Vectorize files on a schedule from OneDrive for Busines to AI Search <br><br>Standard: <br>- Ingest and index files using the RAG pattern <br>- Ingest documents on a schedule from OneDrive to AI Search | - Azure OpenAI <br>- Azure AI Search |
191+
| SAP | Consumption: <br>- Synch business partners to SharePoint folder using OData |
192+
| SFTP | Standard: <br>- Ingest and index files using the RAG pattern | - Azure OpenAI <br>- Azure AI Search |
193+
| SharePoint Online | Consumption: <br>-Vectorize files on request from SharePoint Online to AI Search <br><br>Standard: <br>- Ingest and index files using the RAG pattern <br>- Index documents to AI Search, retrieve and reason with Azure OpenAI LLMs using the RAG pattern | - Azure OpenAI <br>- Azure AI Search |
189194

190195
For more information, see the following resources:
191196

0 commit comments

Comments
 (0)