Skip to content

Commit 90c5cae

Browse files
author
ecfan
committed
Fix links
1 parent f9b6663 commit 90c5cae

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,13 @@ On your system, set the following environment variables:
266266
| `SUBSCRIPTION_ID` | The ID for your Azure subscription. |
267267
| `resource_group_name` | The name for your resource group. |
268268

269-
For the full sample that shows integrating an agent in Microsoft Foundry with a Consumption logic app in the Azure portal, see [](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_logic_apps.py).
269+
For sample code, see:
270270

271-
For the 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).
271+
- [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)
272+
273+
- [Full sample for Azure Logic Apps integration with Foundry agent](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_logic_apps.py)
274+
275+
This sample shows how to integrate an agent in Foundry (classic) with a Consumption logic app in the Azure portal.
272276

273277
## 2: Create a project client
274278

@@ -492,7 +496,7 @@ project_client = AIProjectClient(
492496

493497
## 2: Register your logic app
494498

495-
Register your Consumption logic app resource by providing the trigger name and information. To find the `AzureLogicAppTool` utility code, visit the [full sample on GitHub](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples-classic/python/getting-started-agents/logic_apps/user_logic_apps.py).
499+
Register your Consumption logic app resource by providing the trigger name and information. To find the `AzureLogicAppTool` utility code, visit the [full sample on GitHub](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples-classic/python/getting-started-agents/logic_apps/user_logic_apps.py).
496500

497501
```python
498502
from user_logic_apps import AzureLogicAppTool

0 commit comments

Comments
 (0)