Skip to content

Commit 46cf9a4

Browse files
committed
Updates
1 parent e075bfb commit 46cf9a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/logic-apps/add-agent-action-create-run-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AI agents often need to work with external systems, such as call APIs, update sy
2828

2929
In Microsoft Foundry, AI agents can run multi-step processes or integrate with Azure, Microsoft, and external services, systems, apps, and data sources - often without extra code - when you connect agents to automated *logic app workflows* in Azure Logic Apps. To support this scenario, you can add prebuilt or preexisting workflows as *actions* to your agents. This capability means you can add AI capabilities to solutions with the integration logic you want to reuse, or you can trigger existing workflows from agents in Foundry.
3030

31-
Your agent has almost endless options to run workflows that interact with Azure, Microsoft, and other services or products through Azure Logic Apps. You can also use operations that help you manage, shape, convert, and transform data in your workflows. If no prebuilt connector exists for what you want to do, you can also create your own.
31+
Your agent has almost endless options to run workflows that interact with Azure, Microsoft, and other services or products through Azure Logic Apps. You can also use operations that help you manage, shape, convert, and transform data in your workflows. If no prebuilt connector exists for what you want to do, you can create your own custom connector.
3232

3333
:::image type="content" source="media/add-agent-action-create-run-workflow/foundry-logic-apps-arch-full.png" alt-text="Architecture diagram shows Foundry with example AI agent and action connected to Azure with multitenant Azure Logic Apps and example logic app workflow that can integration Azure, Microsoft, and REST APIs for other services and systems." border="false" lightbox="media/add-agent-action-create-run-workflow/foundry-logic-apps-arch-full.png":::
3434

@@ -85,7 +85,7 @@ To make existing workflows available through the actions gallery for an agent in
8585

8686
- The workflow must always end with the [**Response** action](/azure/connectors/connectors-native-reqres#add-a-response-action).
8787

88-
For example, the following diagram shows an example action named `Get-weather-forecast-today` that's added as a tool for an agent named `WeatherAGent` in Foundry. This action runs a workflow named `Get-weather-forecast-today` in Azure Logic Apps:
88+
For example, the following diagram shows an example action named `Get-weather-forecast-today` that's added as a tool for an agent named `WeatherAgent` in Foundry. This action runs a workflow named `Get-weather-forecast-today` in Azure Logic Apps:
8989

9090
:::image type="content" source="media/add-agent-action-create-run-workflow/foundry-logic-apps-arch.png" alt-text="Architecture diagram shows Foundry with example AI agent and action connected to Azure with Azure Logic Apps and example workflow that calls external APIs." border="false" lightbox="media/add-agent-action-create-run-workflow/foundry-logic-apps-arch.png":::
9191

0 commit comments

Comments
 (0)