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/triggers.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.author: aahi
8
8
ms.service: azure-ai-agent-service
9
9
---
10
10
11
-
# Trigger an agent using Logic Apps
11
+
# Trigger an agent using Logic Apps (Preview)
12
12
13
13
To streamline your workflow, you might want to automatically invoke your AI agent when an event occurs, such as receiving a new email, or getting a new customer ticket so that your AI agent can immediately respond to the new event without manual invocation.
14
14
@@ -44,7 +44,7 @@ To check if a specific connector has a trigger capability, view its documentatio
44
44
45
45
1. In the Azure portal, navigate to the AI Foundry project that has the AI agent you want to use.
46
46
1. Select **access control** and click **add role assignment**.
47
-
1. Select at least **AI Developer** and click **Next**.
47
+
1. Select at least **Azure AI User** and click **Next**.
48
48
1. Select **User, group, or service principal** and select members
49
49
1. Paste the object ID you got from the Logic App resource to search for your Logic App resource. Then select **Finish**.
50
50
@@ -106,7 +106,7 @@ The **create thread** connector creates a new [thread](../concepts/threads-runs-
106
106
"bing_grounding": {
107
107
"search_configurations": [
108
108
{
109
-
"connection_id": "/subscriptions/<subscription-id>/resourceGroups/<your resource group name>/providers/Microsoft.CognitiveServices/accounts/<your ai service name>/projects/<your project name>/connections/<your connection name>",
0 commit comments