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/ai-services/agents/how-to/tools/logic-apps.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,38 @@ This article demonstrates how to integrate Logic Apps with Azure AI Agents to ex
28
28
-`SUBSCRIPTION_ID`: Your Azure subscription ID.
29
29
-`resource_group_name`: The name of your resource group.
30
30
31
+
:::zone pivot="portal"
32
+
33
+
34
+
## Add a Logic Apps workflow to an agent using the Azure AI Foundry portal
35
+
36
+
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs). In the **Agents** screen for your agent, scroll down the **Setup** pane on the right to **Actions**. Then select **Add**.
37
+
38
+
:::image type="content" source="../../media/tools/action-tools.png" alt-text="A screenshot showing the available tool categories in the Azure AI Foundry portal." lightbox="../../media/tools/action-tools.png":::
39
+
40
+
1. Select **Azure Logic Apps** and follow the prompts to add the tool.
41
+
42
+
:::image type="content" source="../../media/tools/action-tools-list.png" alt-text="A screenshot showing the available action tools in the Azure AI Foundry portal." lightbox="../../media/tools/action-tools-list.png":::
43
+
44
+
You can choose to add Microsoft authored workflows, or add your own.
45
+
46
+
> [!NOTE]
47
+
> For your logic apps to appear in the Azure AI Foundry portal, they must:
48
+
> * Be in the same subscription and resource group.
49
+
> * Follow a request trigger with a description, and end with a response action.
50
+
51
+
:::image type="content" source="../../media/tools/add-logic-apps.png" alt-text="A screenshot showing the screen to add Logic Apps." lightbox="../../media/tools/add-logic-apps.png":::
52
+
53
+
54
+
:::zone-end
55
+
56
+
:::zone pivot="python"
57
+
31
58
## Create a project client
32
59
33
60
Create a client object to connect to your AI project and other resources.
[See the full sample for Logic Apps integration.](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_logic_apps.py)
Copy file name to clipboardExpand all lines: articles/ai-services/agents/how-to/tools/sharepoint.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,4 +48,7 @@ Integrate your agents with the **Microsoft SharePoint** to chat with your privat
48
48
49
49
## Next steps
50
50
51
-
[See the full sample for SharePoint.](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agents_sharepoint.py)
51
+
*[How to use the SharePoint tool](./sharepoint-samples.md)
52
+
* Reference articles for content retrieval used by the tool:
53
+
*[Overview of the Microsoft 365 Copilot Retrieval API](/microsoft-365-copilot/extensibility/api-reference/retrieval-api-overview).
54
+
*[Semantic indexing for Microsoft 365 Copilot](/microsoftsearch/semantic-index-for-copilot)
0 commit comments