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/add-agent-action-create-run-workflow.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,6 @@ For more information, see:
106
106
107
107
For sample code, see the [AzureLogicAppTool utility on GitHub](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples-classic/python/getting-started-agents/logic_apps/user_logic_apps.py).
108
108
109
-
110
109
## Limitations and known problems
111
110
112
111
This release has the following limitations or known problems:
@@ -150,7 +149,7 @@ To set up an action for your agent to run a logic app workflow, follow these ste
150
149
| Action label | Description |
151
150
|--------------|-------------|
152
151
|**Microsoft Authored**| This action uses a Microsoft authored template to create the workflow for the action. |
153
-
|**Workflow**| This action uses an eligible logic app workflow in your Azure subscription as a template to create the workflow for the action. <br><br>**Note**: If you select this option, skip to the section named [Confirm action details](#confirm-action-details). If your workflows don't appear as expected in the actions gallery, [check the workflow considerations and requirements](#considerations). |
152
+
|**Workflow**| This action uses an eligible logic app workflow in your Azure subscription as a template to create the workflow for the action. <br><br>**Note**: If you select this option, skip to the section named [Confirm action details](#3-confirm-action-details). If your workflows don't appear as expected in the actions gallery, [check the prerequisites](#prerequisites)#. |
154
153
155
154
The following example uses the Microsoft authored action named **Get Weather forecast for today via MSN Weather**:
156
155
@@ -292,7 +291,7 @@ To review the workflow definition and operations or to edit the workflow, open t
292
291
293
292
1. To expand the workflow's behavior, add more actions.
294
293
295
-
For any workflow to appear through the agent's **Add a Logic app action** gallery in Foundry and to run as an agent tool, make sure any changes you make to the workflow still meet [specific requirements](#considerations-for-using-existing-workflows-as-agent-actions).
294
+
For any workflow to appear through the agent's **Add a Logic app action** gallery in Foundry and to run as an agent tool, make sure any changes you make to the workflow still meet [specific requirements](#prerequisites).
296
295
297
296
> [!CAUTION]
298
297
>
@@ -332,9 +331,9 @@ If you make changes to the weather workflow or want to test a different workflow
332
331
333
332
On the **Output** tab, the **Response Body** contains the results and response from the workflow.
334
333
335
-
1. If your workflow run produces errors or requires troubleshooting, open the workflow's run history. Examine each operation's inputs and outputs by using the relevant steps in [Review underlying logic app and workflow](#review-underlying-logic-app-and-workflow).
334
+
1. If your workflow run produces errors or requires troubleshooting, open the workflow's run history. Examine each operation's inputs and outputs by using the relevant steps in [View workflow run history](view-workflow-status-run-history.md)).
336
335
337
-
## 6: Clean up resources
336
+
## 6: Delete resources
338
337
339
338
If you don't need the resources that you created for this guide, delete them so you don't continue getting charged. You can either follow these steps to delete the resource group that contains these resources, or you can delete each resource individually.
340
339
@@ -348,6 +347,8 @@ If you don't need the resources that you created for this guide, delete them so
348
347
349
348
1. When the confirmation pane appears, enter the resource group name, and select **Delete**.
0 commit comments