Skip to content

Commit 374ad21

Browse files
committed
Fix links and add zone pivot definition
1 parent 49e321f commit 374ad21

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ For more information, see:
106106

107107
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).
108108

109-
110109
## Limitations and known problems
111110

112111
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
150149
| Action label | Description |
151150
|--------------|-------------|
152151
| **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)#. |
154153

155154
The following example uses the Microsoft authored action named **Get Weather forecast for today via MSN Weather**:
156155

@@ -292,7 +291,7 @@ To review the workflow definition and operations or to edit the workflow, open t
292291

293292
1. To expand the workflow's behavior, add more actions.
294293

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).
296295

297296
> [!CAUTION]
298297
>
@@ -332,9 +331,9 @@ If you make changes to the weather workflow or want to test a different workflow
332331

333332
On the **Output** tab, the **Response Body** contains the results and response from the workflow.
334333

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)).
336335

337-
## 6: Clean up resources
336+
## 6: Delete resources
338337

339338
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.
340339

@@ -348,6 +347,8 @@ If you don't need the resources that you created for this guide, delete them so
348347

349348
1. When the confirmation pane appears, enter the resource group name, and select **Delete**.
350349

350+
:::zone-end
351+
351352
:::zone pivot="python"
352353

353354
## 1: Create a project client

articles/zone-pivot-groups.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
### YamlMime:ZonePivotGroups
22
groups:
3+
# Owner: estfan
4+
- id: azure-logic-apps
5+
title: Experience
6+
prompt: Choose an experience
7+
pivots:
8+
- id: experience-portal
9+
title: Azure portal
10+
- id: experience-python
11+
title: Python
312
# Owner: v-mallicka
413
- id: backup-client-template-arm-bicep
514
title: Clients

0 commit comments

Comments
 (0)