Skip to content

Commit 18e2ce4

Browse files
committed
fixes
1 parent 94f9537 commit 18e2ce4

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

articles/ai-services/agents/how-to/tools/logic-apps.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article demonstrates how to integrate Logic Apps with Azure AI Agents to ex
2121
## Prerequisites
2222

2323
1. Create a Logic App within the same resource group as your Azure AI Project in the Azure Portal.
24-
2. Configure your Logic App to send emails by including an HTTP request trigger that accepts JSON with `to`, `subject`, and `body`. Refer to the [Logic App Workflow guide](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/agents-logic-apps#create-logic-apps-workflows-for-function-calling).
24+
2. Configure your Logic App to send emails by including an HTTP request trigger that accepts JSON with `to`, `subject`, and `body`. See the [Logic App Workflow guide](../../../openai/how-to/assistants-logic-apps.md) for more information.
2525
3. Install the required Python packages:
2626
```bash
2727
pip install azure-ai-agents azure-identity
@@ -32,8 +32,6 @@ This article demonstrates how to integrate Logic Apps with Azure AI Agents to ex
3232
- `SUBSCRIPTION_ID`: Your Azure subscription ID.
3333
- `resource_group_name`: The name of your resource group.
3434

35-
:::zone pivot="python"
36-
3735
## Step 1: Create a project client
3836

3937
Create a client object to connect to your AI project and other resources.
@@ -147,8 +145,6 @@ project_client.agents.delete_agent(agent.id)
147145
print("Deleted agent")
148146
```
149147

150-
:::zone-end
151-
152148
## Next steps
153149

154150
[See the full sample for Logic Apps integration.](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agents_logic_apps.py)

articles/ai-services/agents/how-to/tools/morningstar.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ manager: nitinme
77
ms.service: azure
88
ms.topic: how-to
99
ms.date: 05/09/2025
10-
author: umangsehgal
11-
ms.author: umangsehgal
10+
author: aahill
11+
ms.author: aahi
12+
ms.reviewer: umangsehgal
1213
recommendations: false
1314
---
1415

@@ -54,8 +55,6 @@ You can follow the instructions in [OpenAPI spec tool](./openapi-spec.md) to con
5455
> [!TIP]
5556
> Your connection ID will have the following format:`/subscriptions/{subscription ID}/resourceGroups/{resource group name}/providers/Microsoft.CognitiveService/account/{project name}/connections/{connection name}`
5657
57-
:::zone pivot="python"
58-
5958
## Step 1: Create a project client
6059

6160
Create a client object to connect to your AI project and other resources.

0 commit comments

Comments
 (0)