You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/ai-resources.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,22 @@ ms.suite: integration
6
6
ms.reviewers: estfan, azla
7
7
ms.topic: concept-article
8
8
ms.collection: ce-skilling-ai-copilot
9
-
ms.date: 09/14/2025
9
+
ms.date: 02/18/2026
10
10
ms.update-cycle: 180-days
11
-
#Customer intent: As an AI developer, I want a guide that introduces starting points, building blocks, examples, samples, and other resources so I can learn how I can use AI in my integration solutions using Standard and Consumption workflows in Azure Logic Apps.
11
+
#Customer intent: As an AI developer who works with Azure Logic Apps, I want a guide that introduces starting points, building blocks, examples, samples, and other resources so I can learn how I can use AI in my integration solutions using Standard and Consumption workflows in Azure Logic Apps.
12
12
---
13
13
14
-
# Playbook, examples, samples, and other resources for AI workflows in Azure Logic Apps
14
+
# Playbook, examples, samples, and other resources for AI agentic workflows in Azure Logic Apps
AI capabilities play a fast and growing role in applications and other software by performing useful, time-saving, or novel tasks like chat interactions. These capabilities can also work with other services, systems, apps, and data sources to help build integration workloads for enterprises and organizations.
19
19
20
20
This guide provides building blocks, examples, and other resources that show how to use Foundry Tools like Azure OpenAI, Microsoft Foundry, and Azure AI Search with Azure Logic Apps to build automated workflows for AI integration solutions.
21
21
22
-
## AI agent and model-powered workflows (Preview)
22
+
## AI agent and model-powered workflows
23
23
24
-
Azure Logic Apps supports Standard logic app workflows that complete tasks by using *agents* with *large language models* (LLMs). An agent uses an iterative looped process to solve complex, multistep problems. An LLM is a trained program that recognizes patterns and performs jobs without human interaction.
24
+
Azure Logic Apps supports Standard logic app workflows that complete tasks by using *agent loops* with *large language models* (LLMs). An agent uses an iterative looped process to solve complex, multistep problems. An LLM is a trained program that recognizes patterns and performs jobs without human interaction.
25
25
26
26
For example, an LLM can perform the following tasks:
27
27
@@ -33,8 +33,7 @@ After you create a Standard logic app, you can add a workflow that uses the **Au
33
33
34
34
> [!TIP]
35
35
>
36
-
> If you choose to start with a nonagent **Stateful** workflow,
37
-
> you can always add an **Agent** action later.
36
+
> If you choose to start with a nonagent **Stateful** workflow, you can always add an **Agent** action later.
38
37
39
38
The agent uses natural language and the connected LLM to interpret previously provided instructions or real-time human interactions, respectively. The agent also uses model-generated outputs to do work. The model helps the agent provide the following capabilities:
40
39
@@ -44,17 +43,17 @@ The agent uses natural language and the connected LLM to interpret previously pr
44
43
- Choose *tools* to complete the tasks necessary to fulfill requests. In AI scenarios, a tool is a sequence with one or more actions that complete a task.
45
44
- Adapt to environments that require flexibility and are fluid, dynamic, unpredictable, or unstable.
46
45
47
-
With [1,400+ connectors](/connectors/connector-reference/connector-reference-logicapps-connectors) available to help you build tools for agents to use, agent workflows support many scenarios that greatly benefit from agent and model capabilities.
46
+
With [1,400+ connectors](/connectors/connector-reference/connector-reference-logicapps-connectors) available to help you build tools for agents to use, agentic workflows support many scenarios that greatly benefit from agent and model capabilities.
48
47
49
48
For more information, see the following resources:
50
49
51
50
| Resource type | Link |
52
51
|---------------|------|
53
52
|**Documentation**|[Workflows with AI agents and models in Azure Logic Apps](agent-workflows-concepts.md)|
54
-
|**Documentation**|[Create autonomous agent workflows in Azure Logic Apps](create-autonomous-agent-workflows.md)|
55
-
|**Documentation**|[Create conversational agent workflows in Azure Logic Apps](create-conversational-agent-workflows.md)|
56
-
|**Lab**|[Build your first autonomous agent workflow in Azure Logic Apps](https://azure.github.io/logicapps-labs/docs/logicapps-ai-course/build_autonomous_agents/create-first-autonomous-agent)|
57
-
|**Lab**|[Build your first conversational agent workflow in Azure Logic Apps](https://azure.github.io/logicapps-labs/docs/logicapps-ai-course/build_conversational_agents/create-first-conversational-agent)|
53
+
|**Documentation**|[Create autonomous agentic workflows in Azure Logic Apps](create-autonomous-agent-workflows.md)|
54
+
|**Documentation**|[Create conversational agentic workflows in Azure Logic Apps](create-conversational-agent-workflows.md)|
55
+
|**Lab**|[Build your first autonomous agentic workflow in Azure Logic Apps](https://azure.github.io/logicapps-labs/docs/logicapps-ai-course/build_autonomous_agents/create-first-autonomous-agent)|
56
+
|**Lab**|[Build your first conversational agentic workflow in Azure Logic Apps](https://azure.github.io/logicapps-labs/docs/logicapps-ai-course/build_conversational_agents/create-first-conversational-agent)|
58
57
|**Blog article**|[Ushering in the era of multi-agentic business process automation](https://techcommunity.microsoft.com/blog/integrationsonazureblog/%F0%9F%8E%89-azure-logic-apps-ushering-in-the-era-of-multi-agentic-business-process-automa/4452275)|
59
58
|**Video demo**|[Codeful and declarative multiple agents](https://youtu.be/sQaAzhkzT6E)|
60
59
@@ -124,7 +123,7 @@ The following sections describe ways that you can set up near-real time chat cap
124
123
125
124
### Build Azure OpenAI Assistants with Azure Logic Apps
126
125
127
-
With Azure OpenAI, you can easily build agent-like features into your applications by using the Assistants API. Although the capability to build agents existed previously, the process often required significant engineering, external libraries, and multiple integrations.
126
+
With Azure OpenAI, you can easily build agent-like features into your applications by using the Assistants API. Although the capability to build agents previously existed, the process often required significant engineering, external libraries, and multiple integrations.
128
127
129
128
With Assistants, you can now rapidly create customized stateful copilots that are trained on their enterprise data and can handle diverse tasks by using the latest Generative Pretrained Transformer (GPT) models, tools, and knowledge. The current release includes features such as File Search and Browse tools, enhanced data security features, improved controls, new models, and expanded region support. These enhancements ease the transition from prototyping to production.
0 commit comments