Skip to content

Commit 38138df

Browse files
Merge pull request #311979 from ecfan/agentic
[Azure Logic Apps] Fix terminology around agents and agentic
2 parents 323a90a + 158f1dd commit 38138df

16 files changed

Lines changed: 490 additions & 491 deletions

articles/logic-apps/agent-workflows-concepts.md

Lines changed: 41 additions & 41 deletions
Large diffs are not rendered by default.

articles/logic-apps/ai-resources.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ ms.suite: integration
66
ms.reviewers: estfan, azla
77
ms.topic: concept-article
88
ms.collection: ce-skilling-ai-copilot
9-
ms.date: 09/14/2025
9+
ms.date: 02/18/2026
1010
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.
1212
---
1313

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
1515

1616
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1717

1818
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.
1919

2020
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.
2121

22-
## AI agent and model-powered workflows (Preview)
22+
## AI agent and model-powered workflows
2323

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.
2525

2626
For example, an LLM can perform the following tasks:
2727

@@ -33,8 +33,7 @@ After you create a Standard logic app, you can add a workflow that uses the **Au
3333

3434
> [!TIP]
3535
>
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.
3837
3938
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:
4039

@@ -44,17 +43,17 @@ The agent uses natural language and the connected LLM to interpret previously pr
4443
- 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.
4544
- Adapt to environments that require flexibility and are fluid, dynamic, unpredictable, or unstable.
4645

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.
4847

4948
For more information, see the following resources:
5049

5150
| Resource type | Link |
5251
|---------------|------|
5352
| **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) |
5857
| **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) |
5958
| **Video demo** | [Codeful and declarative multiple agents](https://youtu.be/sQaAzhkzT6E) |
6059

@@ -124,7 +123,7 @@ The following sections describe ways that you can set up near-real time chat cap
124123

125124
### Build Azure OpenAI Assistants with Azure Logic Apps
126125

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.
128127

129128
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.
130129

0 commit comments

Comments
 (0)